@teambit/react 0.0.1158 → 0.0.1160
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/artifacts/env-template/public/{257.06fb9950b04847862691.js → 245.677d9915970e9921fb13.js} +8 -9
- package/artifacts/env-template/public/{924.79bcd70a89db9c8c4911.js → 613.dde66a017b79466c2102.js} +18 -14
- package/artifacts/env-template/public/assets-manifest.json +14 -14
- package/artifacts/env-template/public/{compositions.ef75812dae4c84e7ca63.js → compositions.866a43fb4b8f7e9f5af2.js} +1 -1
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.801f65eb8d4e7f735cd2.js → overview.c063367ab0a60890f950.js} +1 -1
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{peers.92133054b72b112b612c.js → peers.c3f19c7d9fb80bb8d3c7.js} +1 -1
- package/artifacts/env-template/public/{preview-root.b8b8e349082a5468b291.js → preview-root.85301072a324a6e46e87.js} +1 -1
- package/dist/apps/web/compute-results.js +0 -1
- package/dist/apps/web/compute-results.js.map +1 -1
- package/dist/apps/web/plugins/prerender.js +10 -18
- package/dist/apps/web/plugins/prerender.js.map +1 -1
- package/dist/apps/web/react.application.js +8 -14
- package/dist/apps/web/react.application.js.map +1 -1
- package/dist/apps/web/ssr/ssr-express.js +1 -3
- package/dist/apps/web/ssr/ssr-express.js.map +1 -1
- package/dist/apps/web/webpack/mutators.js +1 -1
- package/dist/apps/web/webpack/mutators.js.map +1 -1
- package/dist/highlighter-widget.js +1 -2
- package/dist/highlighter-widget.js.map +1 -1
- package/dist/jest/index.js +1 -1
- package/dist/jest/index.js.map +1 -1
- package/dist/jest/jest.cjs.config.js +4 -9
- package/dist/jest/jest.cjs.config.js.map +1 -1
- package/dist/jest/jest.esm.config.js +4 -9
- package/dist/jest/jest.esm.config.js.map +1 -1
- package/dist/jest/transformers/base-transformer-plugins.js +3 -1
- package/dist/jest/transformers/base-transformer-plugins.js.map +1 -1
- package/dist/jest/transformers/cjs-transformer.js +4 -4
- package/dist/jest/transformers/cjs-transformer.js.map +1 -1
- package/dist/jest/transformers/esm-transformer.js +4 -4
- package/dist/jest/transformers/esm-transformer.js.map +1 -1
- package/dist/jest/transformers/file-transform.js +0 -1
- package/dist/jest/transformers/file-transform.js.map +1 -1
- package/dist/{preview-1694575035715.js → preview-1694661423555.js} +2 -2
- package/dist/react.composition.js +1 -1
- package/dist/react.composition.js.map +1 -1
- package/dist/react.env.d.ts +0 -2
- package/dist/react.env.js +9 -22
- package/dist/react.env.js.map +1 -1
- package/dist/react.graphql.js +1 -2
- package/dist/react.graphql.js.map +1 -1
- package/dist/react.main.runtime.js +12 -21
- package/dist/react.main.runtime.js.map +1 -1
- package/dist/react.preview.runtime.js +8 -14
- package/dist/react.preview.runtime.js.map +1 -1
- package/dist/react.ui.runtime.js +7 -13
- package/dist/react.ui.runtime.js.map +1 -1
- package/dist/templates/react-component/index.js +4 -9
- package/dist/templates/react-component/index.js.map +1 -1
- package/dist/templates/react-component-js/index.js +4 -9
- package/dist/templates/react-component-js/index.js.map +1 -1
- package/dist/webpack/overlay/formatWebpackMessages.js +0 -4
- package/dist/webpack/overlay/formatWebpackMessages.js.map +1 -1
- package/dist/webpack/overlay/webpackHotDevClient.js +0 -3
- package/dist/webpack/overlay/webpackHotDevClient.js.map +1 -1
- package/dist/webpack/webpack.config.base.js +5 -11
- package/dist/webpack/webpack.config.base.js.map +1 -1
- package/dist/webpack/webpack.config.base.prod.js +1 -1
- package/dist/webpack/webpack.config.base.prod.js.map +1 -1
- package/dist/webpack/webpack.config.component.dev.js +1 -1
- package/dist/webpack/webpack.config.component.dev.js.map +1 -1
- package/jest/transformers/base-transformer-plugins.js +3 -3
- package/jest/transformers/cjs-transformer.js +2 -2
- package/jest/transformers/esm-transformer.js +2 -2
- package/package.json +40 -42
- /package/artifacts/env-template/public/static/css/{924.7716c8c6.css → 613.7716c8c6.css} +0 -0
- /package/{compositions-1694575035715.js → compositions-1694661423555.js} +0 -0
- /package/{overview-1694575035715.js → overview-1694661423555.js} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_path","data","_interopRequireDefault","require","_componentId","_reactRefreshWebpackPlugin","matchNothingRegex","_default","workDir","envId","module","rules","test","enforce","include","path","join","descriptionData","componentId","value","use","resolve","ComponentID","isValidObject","loader","options","babelrc","configFile","plugins","compact","minified","presets","ReactRefreshWebpackPlugin","overlay","sockPath","entry"],"sources":["webpack.config.component.dev.ts"],"sourcesContent":["import path from 'path';\nimport { Configuration } from 'webpack';\nimport { ComponentID } from '@teambit/component-id';\n// Make sure the bit-react-transformer is a dependency\n// TODO: remove it once we can set policy from component to component then set it via the component.json\nimport '@teambit/react.babel.bit-react-transformer';\nimport ReactRefreshWebpackPlugin from '@pmmmwh/react-refresh-webpack-plugin';\n\nconst matchNothingRegex = 'a^';\n\n// This is the production and development configuration.\n// It is focused on developer experience, fast rebuilds, and a minimal bundle.\n// eslint-disable-next-line complexity\n// export default function (workDir: string, envId: string): Configuration {\nexport default function (workDir: string, envId: string): Configuration {\n return {\n module: {\n rules: [\n {\n test: /\\.js$/,\n enforce: 'pre',\n // limit loader to files in the current project,\n // to skip any files linked from other projects (like Bit itself)\n include: path.join(workDir, 'node_modules'),\n // only apply to packages with componentId in their package.json (ie. bit components)\n descriptionData: { componentId: (value) => !!value },\n use: [require.resolve('source-map-loader')],\n },\n {\n test: /\\.js$/,\n // limit loader to files in the current project,\n // to skip any files linked from other projects (like Bit itself)\n include: path.join(workDir, 'node_modules'),\n // only apply to packages with componentId in their package.json (ie. bit components)\n descriptionData: { componentId: ComponentID.isValidObject },\n use: [\n require.resolve('@pmmmwh/react-refresh-webpack-plugin/loader'),\n {\n loader: require.resolve('babel-loader'),\n options: {\n babelrc: false,\n configFile: false,\n plugins: [\n require.resolve('react-refresh/babel'),\n // for component highlighting in preview.\n [require.resolve('@teambit/react.babel.bit-react-transformer')],\n ],\n // turn off all optimizations (only slow down for node_modules)\n compact: false,\n minified: false,\n },\n },\n ],\n },\n // MDX support (move to the mdx aspect and extend from there)\n {\n test: /\\.mdx?$/,\n // to skip any files linked from other projects (like Bit itself)\n include: path.join(workDir, 'node_modules'),\n // only apply to packages with componentId in their package.json (ie. bit components)\n descriptionData: { componentId: (value) => !!value },\n use: [\n require.resolve('@pmmmwh/react-refresh-webpack-plugin/loader'),\n {\n loader: require.resolve('babel-loader'),\n options: {\n babelrc: false,\n configFile: false,\n presets: [require.resolve('@babel/preset-react'), require.resolve('@babel/preset-env')],\n plugins: [require.resolve('react-refresh/babel')],\n },\n },\n {\n loader: require.resolve('@teambit/mdx.modules.mdx-loader'),\n },\n ],\n },\n ],\n },\n plugins: [\n // No need here as we have `hot: true` in the dev server\n // new webpack.HotModuleReplacementPlugin({}),\n new ReactRefreshWebpackPlugin({\n overlay: {\n sockPath: `_hmr/${envId}`,\n // TODO - react-error-overlay not showing runtime errors - https://github.com/teambit/bit/issues/5452\n entry: require.resolve('./overlay/webpackHotDevClient'),\n module: require.resolve('./overlay/refreshOverlayInterop'),\n },\n\n // we use '@pmmmwh/react-refresh-webpack-plugin/loader' directly where relevant.\n // FYI, original defaults of the plugin are:\n // include: /\\.([cm]js|[jt]sx?|flow)$/i, exclude: /node_modules/,\n include: matchNothingRegex,\n }),\n ],\n };\n}\n"],"mappings":"
|
|
1
|
+
{"version":3,"names":["_path","data","_interopRequireDefault","require","_componentId","_reactRefreshWebpackPlugin","obj","__esModule","default","matchNothingRegex","_default","workDir","envId","module","rules","test","enforce","include","path","join","descriptionData","componentId","value","use","resolve","ComponentID","isValidObject","loader","options","babelrc","configFile","plugins","compact","minified","presets","ReactRefreshWebpackPlugin","overlay","sockPath","entry"],"sources":["webpack.config.component.dev.ts"],"sourcesContent":["import path from 'path';\nimport { Configuration } from 'webpack';\nimport { ComponentID } from '@teambit/component-id';\n// Make sure the bit-react-transformer is a dependency\n// TODO: remove it once we can set policy from component to component then set it via the component.json\nimport '@teambit/react.babel.bit-react-transformer';\nimport ReactRefreshWebpackPlugin from '@pmmmwh/react-refresh-webpack-plugin';\n\nconst matchNothingRegex = 'a^';\n\n// This is the production and development configuration.\n// It is focused on developer experience, fast rebuilds, and a minimal bundle.\n// eslint-disable-next-line complexity\n// export default function (workDir: string, envId: string): Configuration {\nexport default function (workDir: string, envId: string): Configuration {\n return {\n module: {\n rules: [\n {\n test: /\\.js$/,\n enforce: 'pre',\n // limit loader to files in the current project,\n // to skip any files linked from other projects (like Bit itself)\n include: path.join(workDir, 'node_modules'),\n // only apply to packages with componentId in their package.json (ie. bit components)\n descriptionData: { componentId: (value) => !!value },\n use: [require.resolve('source-map-loader')],\n },\n {\n test: /\\.js$/,\n // limit loader to files in the current project,\n // to skip any files linked from other projects (like Bit itself)\n include: path.join(workDir, 'node_modules'),\n // only apply to packages with componentId in their package.json (ie. bit components)\n descriptionData: { componentId: ComponentID.isValidObject },\n use: [\n require.resolve('@pmmmwh/react-refresh-webpack-plugin/loader'),\n {\n loader: require.resolve('babel-loader'),\n options: {\n babelrc: false,\n configFile: false,\n plugins: [\n require.resolve('react-refresh/babel'),\n // for component highlighting in preview.\n [require.resolve('@teambit/react.babel.bit-react-transformer')],\n ],\n // turn off all optimizations (only slow down for node_modules)\n compact: false,\n minified: false,\n },\n },\n ],\n },\n // MDX support (move to the mdx aspect and extend from there)\n {\n test: /\\.mdx?$/,\n // to skip any files linked from other projects (like Bit itself)\n include: path.join(workDir, 'node_modules'),\n // only apply to packages with componentId in their package.json (ie. bit components)\n descriptionData: { componentId: (value) => !!value },\n use: [\n require.resolve('@pmmmwh/react-refresh-webpack-plugin/loader'),\n {\n loader: require.resolve('babel-loader'),\n options: {\n babelrc: false,\n configFile: false,\n presets: [require.resolve('@babel/preset-react'), require.resolve('@babel/preset-env')],\n plugins: [require.resolve('react-refresh/babel')],\n },\n },\n {\n loader: require.resolve('@teambit/mdx.modules.mdx-loader'),\n },\n ],\n },\n ],\n },\n plugins: [\n // No need here as we have `hot: true` in the dev server\n // new webpack.HotModuleReplacementPlugin({}),\n new ReactRefreshWebpackPlugin({\n overlay: {\n sockPath: `_hmr/${envId}`,\n // TODO - react-error-overlay not showing runtime errors - https://github.com/teambit/bit/issues/5452\n entry: require.resolve('./overlay/webpackHotDevClient'),\n module: require.resolve('./overlay/refreshOverlayInterop'),\n },\n\n // we use '@pmmmwh/react-refresh-webpack-plugin/loader' directly where relevant.\n // FYI, original defaults of the plugin are:\n // include: /\\.([cm]js|[jt]sx?|flow)$/i, exclude: /node_modules/,\n include: matchNothingRegex,\n }),\n ],\n };\n}\n"],"mappings":"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"}
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
const basePlugins = [
|
|
4
4
|
[require('babel-plugin-transform-typescript-metadata')],
|
|
5
5
|
[require('@babel/plugin-proposal-decorators'), { legacy: true }],
|
|
6
|
-
[require('@babel/plugin-transform-runtime')],
|
|
7
|
-
[require('@babel/plugin-
|
|
8
|
-
[require('@babel/plugin-
|
|
6
|
+
// [require('@babel/plugin-transform-runtime')],
|
|
7
|
+
[require('@babel/plugin-transform-object-rest-spread')],
|
|
8
|
+
[require('@babel/plugin-transform-class-properties')],
|
|
9
9
|
];
|
|
10
10
|
|
|
11
11
|
module.exports = {
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1160",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/react/react",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.react",
|
|
8
8
|
"name": "react",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.1160"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"fs-extra": "10.0.0",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"lodash.flatten": "4.4.0",
|
|
18
18
|
"@testing-library/jest-dom": "5.16.2",
|
|
19
19
|
"postcss-preset-env": "7.8.2",
|
|
20
|
-
"css-minimizer-webpack-plugin": "
|
|
20
|
+
"css-minimizer-webpack-plugin": "5.0.1",
|
|
21
21
|
"terser-webpack-plugin": "5.2.0",
|
|
22
22
|
"webpack": "5.84.1",
|
|
23
23
|
"mini-css-extract-plugin": "2.2.2",
|
|
@@ -25,11 +25,10 @@
|
|
|
25
25
|
"style-loader": "^2.0.0",
|
|
26
26
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.4",
|
|
27
27
|
"lodash.compact": "3.0.1",
|
|
28
|
-
"@babel/plugin-
|
|
28
|
+
"@babel/plugin-transform-class-properties": "7.22.5",
|
|
29
|
+
"@babel/plugin-transform-object-rest-spread": "7.22.15",
|
|
29
30
|
"babel-plugin-transform-typescript-metadata": "0.3.1",
|
|
30
31
|
"@babel/plugin-proposal-decorators": "7.20.0",
|
|
31
|
-
"@babel/plugin-proposal-object-rest-spread": "7.19.4",
|
|
32
|
-
"@babel/plugin-transform-runtime": "7.19.6",
|
|
33
32
|
"@babel/preset-react": "7.13.13",
|
|
34
33
|
"@babel/preset-typescript": "7.18.6",
|
|
35
34
|
"babel-preset-jest": "27.5.1",
|
|
@@ -78,7 +77,6 @@
|
|
|
78
77
|
"@typescript-eslint/parser": "5.35.1",
|
|
79
78
|
"@babel/helper-plugin-test-runner": "7.16.7",
|
|
80
79
|
"@svgr/webpack": "5.5.0",
|
|
81
|
-
"core-js": "^3.0.0",
|
|
82
80
|
"@teambit/design.ui.input.option-button": "1.0.0",
|
|
83
81
|
"@teambit/design.ui.tooltip": "0.0.361",
|
|
84
82
|
"@teambit/harmony": "0.4.6",
|
|
@@ -89,46 +87,46 @@
|
|
|
89
87
|
"@teambit/react.instructions.react.adding-tests": "0.0.6",
|
|
90
88
|
"@teambit/component-id": "0.0.427",
|
|
91
89
|
"@teambit/react.rendering.ssr": "0.0.3",
|
|
92
|
-
"@teambit/compositions.ui.hooks.use-composition": "0.0.
|
|
93
|
-
"@teambit/builder": "0.0.
|
|
94
|
-
"@teambit/bundler": "0.0.
|
|
95
|
-
"@teambit/compiler": "0.0.
|
|
90
|
+
"@teambit/compositions.ui.hooks.use-composition": "0.0.173",
|
|
91
|
+
"@teambit/builder": "0.0.1160",
|
|
92
|
+
"@teambit/bundler": "0.0.1160",
|
|
93
|
+
"@teambit/compiler": "0.0.1160",
|
|
96
94
|
"@teambit/component.modules.component-url": "0.0.151",
|
|
97
|
-
"@teambit/component": "0.0.
|
|
98
|
-
"@teambit/dependency-resolver": "0.0.
|
|
99
|
-
"@teambit/envs": "0.0.
|
|
100
|
-
"@teambit/eslint": "0.0.
|
|
101
|
-
"@teambit/formatter": "0.0.
|
|
102
|
-
"@teambit/jest": "0.0.
|
|
103
|
-
"@teambit/linter": "0.0.
|
|
104
|
-
"@teambit/logger": "0.0.
|
|
105
|
-
"@teambit/pkg": "0.0.
|
|
106
|
-
"@teambit/prettier": "0.0.
|
|
107
|
-
"@teambit/preview": "0.0.
|
|
108
|
-
"@teambit/react.ui.compositions-app": "0.0.
|
|
109
|
-
"@teambit/react.ui.docs-app": "1.0.
|
|
110
|
-
"@teambit/react.ui.highlighter.component-metadata.bit-component-meta": "0.0.
|
|
111
|
-
"@teambit/schema": "0.0.
|
|
112
|
-
"@teambit/tester": "0.0.
|
|
113
|
-
"@teambit/typescript": "0.0.
|
|
114
|
-
"@teambit/webpack": "0.0.
|
|
115
|
-
"@teambit/workspace-config-files": "0.0.
|
|
116
|
-
"@teambit/workspace": "0.0.
|
|
117
|
-
"@teambit/application": "0.0.
|
|
118
|
-
"@teambit/cli": "0.0.
|
|
119
|
-
"@teambit/generator": "0.0.
|
|
120
|
-
"@teambit/graphql": "0.0.
|
|
121
|
-
"@teambit/react.ui.highlighter-provider": "0.0.
|
|
122
|
-
"@teambit/compositions": "0.0.
|
|
123
|
-
"@teambit/ui": "0.0.
|
|
124
|
-
"@teambit/react.eslint-config-bit-react": "1.0.
|
|
95
|
+
"@teambit/component": "0.0.1160",
|
|
96
|
+
"@teambit/dependency-resolver": "0.0.1160",
|
|
97
|
+
"@teambit/envs": "0.0.1160",
|
|
98
|
+
"@teambit/eslint": "0.0.1160",
|
|
99
|
+
"@teambit/formatter": "0.0.711",
|
|
100
|
+
"@teambit/jest": "0.0.1160",
|
|
101
|
+
"@teambit/linter": "0.0.1160",
|
|
102
|
+
"@teambit/logger": "0.0.867",
|
|
103
|
+
"@teambit/pkg": "0.0.1160",
|
|
104
|
+
"@teambit/prettier": "0.0.711",
|
|
105
|
+
"@teambit/preview": "0.0.1160",
|
|
106
|
+
"@teambit/react.ui.compositions-app": "0.0.13",
|
|
107
|
+
"@teambit/react.ui.docs-app": "1.0.2",
|
|
108
|
+
"@teambit/react.ui.highlighter.component-metadata.bit-component-meta": "0.0.32",
|
|
109
|
+
"@teambit/schema": "0.0.1160",
|
|
110
|
+
"@teambit/tester": "0.0.1160",
|
|
111
|
+
"@teambit/typescript": "0.0.1160",
|
|
112
|
+
"@teambit/webpack": "0.0.1160",
|
|
113
|
+
"@teambit/workspace-config-files": "0.0.140",
|
|
114
|
+
"@teambit/workspace": "0.0.1160",
|
|
115
|
+
"@teambit/application": "0.0.802",
|
|
116
|
+
"@teambit/cli": "0.0.774",
|
|
117
|
+
"@teambit/generator": "0.0.1160",
|
|
118
|
+
"@teambit/graphql": "0.0.1160",
|
|
119
|
+
"@teambit/react.ui.highlighter-provider": "0.0.201",
|
|
120
|
+
"@teambit/compositions": "0.0.1160",
|
|
121
|
+
"@teambit/ui": "0.0.1160",
|
|
122
|
+
"@teambit/react.eslint-config-bit-react": "1.0.21",
|
|
125
123
|
"@teambit/mdx.modules.mdx-loader": "1.0.2",
|
|
126
|
-
"@teambit/react.babel.bit-react-transformer": "1.0.
|
|
124
|
+
"@teambit/react.babel.bit-react-transformer": "1.0.2",
|
|
127
125
|
"@teambit/webpack.modules.generate-style-loaders": "1.0.0",
|
|
128
126
|
"@teambit/webpack.modules.style-regexps": "1.0.0",
|
|
129
127
|
"@teambit/bit-error": "0.0.402",
|
|
130
128
|
"@teambit/toolbox.network.get-port": "1.0.0",
|
|
131
|
-
"@teambit/ui-foundation.ui.pages.static-error": "0.0.
|
|
129
|
+
"@teambit/ui-foundation.ui.pages.static-error": "0.0.88"
|
|
132
130
|
},
|
|
133
131
|
"devDependencies": {
|
|
134
132
|
"@types/react": "^17.0.8",
|
|
@@ -150,7 +148,7 @@
|
|
|
150
148
|
"@teambit/react.content.react-overview": "1.95.0"
|
|
151
149
|
},
|
|
152
150
|
"peerDependencies": {
|
|
153
|
-
"@teambit/legacy": "1.0.
|
|
151
|
+
"@teambit/legacy": "1.0.559",
|
|
154
152
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
155
153
|
"react": "^16.8.0 || ^17.0.0"
|
|
156
154
|
},
|
|
File without changes
|
|
File without changes
|
|
File without changes
|