Skip to content

Commit

Permalink
remove packages in workspace.jsonc that exist as components (#9536)
Browse files Browse the repository at this point in the history
Also, remove `DuplicateComponentAndPackage` from the `ignoreIssues` in
workspace.jsonc.
It was needed when the legacy was in this repo. Now it's not needed
anymore.
  • Loading branch information
davidfirst authored Feb 7, 2025
1 parent 0107ed0 commit 1ce8eac
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions workspace.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@
"@teambit/bvm.list": "0.1.15",
"@teambit/bvm.path": "^0.1.2",
"@teambit/capsule": "0.0.12",
"@teambit/cloud.models.cloud-user": "~0.0.5",
"@teambit/code.ui.code-compare-section": "0.0.5",
"@teambit/code.ui.code-editor": "0.0.10",
"@teambit/code.ui.code-tab-tree": "^0.0.615",
"@teambit/code.ui.hooks.use-code-params": "0.0.496",
"@teambit/code.ui.object-formatter": "0.0.1",
Expand All @@ -112,7 +110,6 @@
"@teambit/compilation.babel-compiler": "^1.1.13",
"@teambit/compilation.content.compiler-overview": "1.96.16",
"@teambit/component-id": "^1.2.2",
"@teambit/component-issues": "~0.0.141",
"@teambit/component-version": "^1.0.3",
"@teambit/component.content.component-overview": "1.95.0",
"@teambit/component.content.dev-files": "1.95.9",
Expand Down Expand Up @@ -229,7 +226,6 @@
"@teambit/lanes.ui.models.lanes-model": "^0.0.223",
"@teambit/lanes.ui.navigation.lane-switcher": "^0.0.225",
"@teambit/legacy-bit-id": "^1.1.1",
"@teambit/legacy-component-log": "~0.0.402",
"@teambit/mdx.compilers.mdx-transpiler": "^1.0.8",
"@teambit/mdx.generator.mdx-templates": "^1.0.11",
"@teambit/mdx.modules.mdx-loader": "^1.0.15",
Expand All @@ -238,7 +234,6 @@
"@teambit/node.deps-detectors.detective-es6": "~0.0.5",
"@teambit/node.utils.esm-loader": "^0.0.7",
"@teambit/pkg.content.packages-overview": "1.96.8",
"@teambit/pkg.modules.component-package-name": "~0.0.1",
"@teambit/pkg.package-json.validator": "0.0.1",
"@teambit/preview.cli.dev-server-events-listener": "^0.0.1",
"@teambit/preview.modules.preview-modules": "^1.0.3",
Expand All @@ -256,7 +251,6 @@
"@teambit/scope.ui.scope-icon": "0.0.91",
"@teambit/scopes.scope-descriptor": "^0.0.24",
"@teambit/scopes.scope-id": "^0.0.7",
"@teambit/semantics.entities.semantic-schema": "0.0.74",
"@teambit/styling.deps-detectors.detective-css": "~0.0.6",
"@teambit/styling.deps-detectors.detective-less": "~0.0.6",
"@teambit/styling.deps-detectors.detective-sass": "~0.0.9",
Expand Down Expand Up @@ -672,8 +666,7 @@
},
"teambit.component/issues": {
"ignoreIssues": [
"CircularDependencies",
"DuplicateComponentAndPackage"
"CircularDependencies"
]
},
"teambit.workspace/variants": {
Expand Down

0 comments on commit 1ce8eac

Please sign in to comment.