@teambit/dependencies.aspect-docs.yarn 0.0.173 → 0.0.174

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,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.dependencies_aspect-docs_yarn@0.0.173/dist/yarn.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.dependencies_aspect-docs_yarn@0.0.173/dist/yarn.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.dependencies_aspect-docs_yarn@0.0.174/dist/yarn.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.dependencies_aspect-docs_yarn@0.0.174/dist/yarn.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
package/dist/yarn.mdx.js CHANGED
@@ -4,40 +4,61 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports["default"] = MDXContent;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _react2 = require("@mdx-js/react");
9
- var _excluded = ["components"]; // @ts-nocheck
10
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
11
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
12
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
13
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
14
- /* @jsxRuntime classic */
15
- /* @jsx mdx */
16
-
17
- var layoutProps = {};
18
- var MDXLayout = "wrapper";
19
- function MDXContent(_ref) {
20
- var components = _ref.components,
21
- props = _objectWithoutProperties(_ref, _excluded);
22
- return (0, _react2.mdx)(MDXLayout, _extends({}, layoutProps, props, {
23
- components: components,
24
- mdxType: "MDXLayout"
25
- }), (0, _react2.mdx)("p", null, "Yarn is a Bit aspect that enables the use of the Yarn ", (0, _react2.mdx)("strong", {
26
- parentName: "p"
27
- }, "v2"), " package manager in a Bit workspace (the Yarn aspect utilizes Yarn's programmatic API).\nThe yarn aspect is used ", (0, _react2.mdx)("strong", {
28
- parentName: "p"
29
- }, "indirectly"), " by the 'Dependency Resolver'"), (0, _react2.mdx)("h2", null, "Quickstart"), (0, _react2.mdx)("p", null, "To start using the yarn aspect as a package manager for your workspace, set the Dependency Resolver ", (0, _react2.mdx)("inlineCode", {
30
- parentName: "p"
31
- }, "packageManager"), " property to 'yarn'."), (0, _react2.mdx)("pre", null, (0, _react2.mdx)("code", {
32
- parentName: "pre",
33
- "className": "language-json"
34
- }, "{\n \"teambit.dependencies/dependency-resolver\": {\n \"packageManager\": \"teambit.dependencies/yarn\"\n }\n}\n")), (0, _react2.mdx)("blockquote", null, (0, _react2.mdx)("p", {
35
- parentName: "blockquote"
36
- }, "Package manager are only configurable at the workspace configuration root-level.\nThat means, different components in the same workspace cannot use different package manager.")), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("blockquote", null, (0, _react2.mdx)("p", {
37
- parentName: "blockquote"
38
- }, "Packages on NPM will be installed from Bit.dev's registry instead of NPM's. This will be done using the user's Bit credentials.")));
39
- }
40
- ;
7
+ var _jsxRuntime = require("react/jsx-runtime");
8
+ var _react = require("@mdx-js/react");
9
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
11
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
12
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
13
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
14
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
41
15
  MDXContent.isMDXComponent = true;
16
+ function _createMdxContent(props) {
17
+ var _components = _objectSpread(_objectSpread({
18
+ blockquote: "blockquote",
19
+ code: "code",
20
+ h2: "h2",
21
+ hr: "hr",
22
+ p: "p",
23
+ pre: "pre",
24
+ strong: "strong"
25
+ }, (0, _react.useMDXComponents)()), props.components);
26
+ return (0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
27
+ children: [(0, _jsxRuntime.jsxs)(_components.p, {
28
+ children: ["Yarn is a Bit aspect that enables the use of the Yarn ", (0, _jsxRuntime.jsx)(_components.strong, {
29
+ children: "v2"
30
+ }), " package manager in a Bit workspace (the Yarn aspect utilizes Yarn's programmatic API).\nThe yarn aspect is used ", (0, _jsxRuntime.jsx)(_components.strong, {
31
+ children: "indirectly"
32
+ }), " by the 'Dependency Resolver'"]
33
+ }), "\n", (0, _jsxRuntime.jsx)(_components.h2, {
34
+ children: "Quickstart"
35
+ }), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
36
+ children: ["To start using the yarn aspect as a package manager for your workspace, set the Dependency Resolver ", (0, _jsxRuntime.jsx)(_components.code, {
37
+ children: "packageManager"
38
+ }), " property to 'yarn'."]
39
+ }), "\n", (0, _jsxRuntime.jsx)(_components.pre, {
40
+ children: (0, _jsxRuntime.jsx)(_components.code, {
41
+ className: "language-json",
42
+ children: "{\n \"teambit.dependencies/dependency-resolver\": {\n \"packageManager\": \"teambit.dependencies/yarn\"\n }\n}\n"
43
+ })
44
+ }), "\n", (0, _jsxRuntime.jsxs)(_components.blockquote, {
45
+ children: ["\n", (0, _jsxRuntime.jsx)(_components.p, {
46
+ children: "Package manager are only configurable at the workspace configuration root-level.\nThat means, different components in the same workspace cannot use different package manager."
47
+ }), "\n"]
48
+ }), "\n", (0, _jsxRuntime.jsx)(_components.hr, {}), "\n", (0, _jsxRuntime.jsxs)(_components.blockquote, {
49
+ children: ["\n", (0, _jsxRuntime.jsx)(_components.p, {
50
+ children: "Packages on NPM will be installed from Bit.dev's registry instead of NPM's. This will be done using the user's Bit credentials."
51
+ }), "\n"]
52
+ })]
53
+ });
54
+ }
55
+ function MDXContent() {
56
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
57
+ var _provideComponents$pr = _objectSpread(_objectSpread({}, (0, _react.useMDXComponents)()), props.components),
58
+ MDXLayout = _provideComponents$pr.wrapper;
59
+ return MDXLayout ? (0, _jsxRuntime.jsx)(MDXLayout, _objectSpread(_objectSpread({}, props), {}, {
60
+ children: (0, _jsxRuntime.jsx)(_createMdxContent, _objectSpread({}, props))
61
+ })) : _createMdxContent(props);
62
+ }
42
63
 
43
64
  //# sourceMappingURL=yarn.mdx.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_react2","_excluded","e","__esModule","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","_objectWithoutProperties","o","i","_objectWithoutPropertiesLoose","getOwnPropertySymbols","indexOf","propertyIsEnumerable","layoutProps","MDXLayout","MDXContent","_ref","components","props","mdx","mdxType","parentName","isMDXComponent"],"sourceRoot":"/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.dependencies_aspect-docs_yarn@0.0.173","sources":["yarn.mdx.js"],"sourcesContent":["\n// @ts-nocheck\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\n\n\n\nconst layoutProps = {\n \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n components,\n ...props\n}) {\n return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n <p>{`Yarn is a Bit aspect that enables the use of the Yarn `}<strong parentName=\"p\">{`v2`}</strong>{` package manager in a Bit workspace (the Yarn aspect utilizes Yarn's programmatic API).\nThe yarn aspect is used `}<strong parentName=\"p\">{`indirectly`}</strong>{` by the 'Dependency Resolver'`}</p>\n <h2>{`Quickstart`}</h2>\n <p>{`To start using the yarn aspect as a package manager for your workspace, set the Dependency Resolver `}<inlineCode parentName=\"p\">{`packageManager`}</inlineCode>{` property to 'yarn'.`}</p>\n <pre><code parentName=\"pre\" {...{\n \"className\": \"language-json\"\n }}>{`{\n \"teambit.dependencies/dependency-resolver\": {\n \"packageManager\": \"teambit.dependencies/yarn\"\n }\n}\n`}</code></pre>\n <blockquote>\n <p parentName=\"blockquote\">{`Package manager are only configurable at the workspace configuration root-level.\nThat means, different components in the same workspace cannot use different package manager.`}</p>\n </blockquote>\n <hr></hr>\n <blockquote>\n <p parentName=\"blockquote\">{`Packages on NPM will be installed from Bit.dev's registry instead of NPM's. This will be done using the user's Bit credentials.`}</p>\n </blockquote>\n </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_jsxRuntime","require","_react","_typeof","o","Symbol","iterator","constructor","prototype","ownKeys","e","r","t","Object","keys","getOwnPropertySymbols","filter","getOwnPropertyDescriptor","enumerable","push","apply","_objectSpread","arguments","length","forEach","_defineProperty","getOwnPropertyDescriptors","defineProperties","defineProperty","_toPropertyKey","value","configurable","writable","i","_toPrimitive","toPrimitive","call","TypeError","String","Number","MDXContent","isMDXComponent","_createMdxContent","props","_components","blockquote","code","h2","hr","p","pre","strong","_provideComponents","components","_jsxs","_Fragment","children","_jsx","className","undefined","_provideComponents$pr","MDXLayout","wrapper"],"sourceRoot":"/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.dependencies_aspect-docs_yarn@0.0.174","sources":["yarn.mdx.js"],"sourcesContent":["MDXContent.isMDXComponent = true;\nimport {Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs} from \"react/jsx-runtime\";\nimport {useMDXComponents as _provideComponents} from \"@mdx-js/react\";\nfunction _createMdxContent(props) {\n const _components = {\n blockquote: \"blockquote\",\n code: \"code\",\n h2: \"h2\",\n hr: \"hr\",\n p: \"p\",\n pre: \"pre\",\n strong: \"strong\",\n ..._provideComponents(),\n ...props.components\n };\n return _jsxs(_Fragment, {\n children: [_jsxs(_components.p, {\n children: [\"Yarn is a Bit aspect that enables the use of the Yarn \", _jsx(_components.strong, {\n children: \"v2\"\n }), \" package manager in a Bit workspace (the Yarn aspect utilizes Yarn's programmatic API).\\nThe yarn aspect is used \", _jsx(_components.strong, {\n children: \"indirectly\"\n }), \" by the 'Dependency Resolver'\"]\n }), \"\\n\", _jsx(_components.h2, {\n children: \"Quickstart\"\n }), \"\\n\", _jsxs(_components.p, {\n children: [\"To start using the yarn aspect as a package manager for your workspace, set the Dependency Resolver \", _jsx(_components.code, {\n children: \"packageManager\"\n }), \" property to 'yarn'.\"]\n }), \"\\n\", _jsx(_components.pre, {\n children: _jsx(_components.code, {\n className: \"language-json\",\n children: \"{\\n \\\"teambit.dependencies/dependency-resolver\\\": {\\n \\\"packageManager\\\": \\\"teambit.dependencies/yarn\\\"\\n }\\n}\\n\"\n })\n }), \"\\n\", _jsxs(_components.blockquote, {\n children: [\"\\n\", _jsx(_components.p, {\n children: \"Package manager are only configurable at the workspace configuration root-level.\\nThat means, different components in the same workspace cannot use different package manager.\"\n }), \"\\n\"]\n }), \"\\n\", _jsx(_components.hr, {}), \"\\n\", _jsxs(_components.blockquote, {\n children: [\"\\n\", _jsx(_components.p, {\n children: \"Packages on NPM will be installed from Bit.dev's registry instead of NPM's. This will be done using the user's Bit credentials.\"\n }), \"\\n\"]\n })]\n });\n}\nexport default function MDXContent(props = {}) {\n const {wrapper: MDXLayout} = {\n ..._provideComponents(),\n ...props.components\n };\n return MDXLayout ? _jsx(MDXLayout, {\n ...props,\n children: _jsx(_createMdxContent, {\n ...props\n })\n }) : _createMdxContent(props);\n}\n"],"mappings":"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","ignoreList":[]}
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/dependencies.aspect-docs.yarn",
3
- "version": "0.0.173",
3
+ "version": "0.0.174",
4
4
  "homepage": "https://bit.cloud/teambit/dependencies/aspect-docs/yarn",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.dependencies",
8
8
  "name": "aspect-docs/yarn",
9
- "version": "0.0.173"
9
+ "version": "0.0.174"
10
10
  },
11
11
  "dependencies": {
12
12
  "core-js": "^3.0.0",
@@ -14,10 +14,10 @@
14
14
  "@teambit/mdx.ui.mdx-scope-context": "1.0.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@types/react": "^17.0.8",
17
+ "@types/react": "^19.0.0",
18
18
  "@types/mocha": "9.1.0",
19
19
  "@types/node": "12.20.4",
20
- "@types/react-dom": "^17.0.5",
20
+ "@types/react-dom": "^19.0.0",
21
21
  "@types/jest": "^26.0.0",
22
22
  "@babel/runtime": "7.20.0",
23
23
  "@types/testing-library__jest-dom": "5.9.5",
@@ -25,8 +25,8 @@
25
25
  "@teambit/mdx.ui.mdx-layout": "1.0.12"
26
26
  },
27
27
  "peerDependencies": {
28
- "react": "^16.8.0 || ^17.0.0",
29
- "react-dom": "^16.8.0 || ^17.0.0"
28
+ "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
29
+ "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
30
30
  },
31
31
  "license": "Apache-2.0",
32
32
  "optionalDependencies": {},