Mads Rasmussen
|
37e25c3b2b
|
fix for member and member type (#19037)
|
2025-04-15 10:48:19 +02:00 |
|
Mads Rasmussen
|
906285120e
|
Dont check for imports in comments (#19026)
* remove all comments from content before checking for imports
* lower treshold
|
2025-04-14 18:50:20 +00:00 |
|
Mads Rasmussen
|
797db55f73
|
Content client package (#18978)
* scaffold content package
* move content module files
* move content type module files
* update module paths
* fix imports and registration
* import package
* move content collection condition to content module
* align naming
* use consts
* fix imports
* fix import
* change circular threshold
* adjust threshold
* build the correct modules for content package
* Update package-lock.json
* Update index.js
* Update package-lock.json
* Update index.js
* move UmbPropertyStructureWorkspaceContext token and interface
* move UmbWorkspaceContentTypeAliasConditionConfig to content-type module
* fix self import
* fix self imports
* Update content-workspace-context.interface.ts
* remove type from import
* add readOnlyGuard to interface
* remove dependency on content
* move property type module into content package
* update package.json + tsconfig
* import manifests
* move build config
* Update index.js
* lint corrections
---------
Co-authored-by: Niels Lyngsø <niels.lyngso@gmail.com>
|
2025-04-14 14:25:03 +00:00 |
|
Mads Rasmussen
|
684790df70
|
Chore: Add script to check for "illegal" imports (#18992)
* stop webhook module from importing itself
* wip script to list all module imports from a folder
* Update package.json
* fix ufm
* fix tip tap
* order by name
* fix stylesheet module
* fix self import
* fix self import
* pass folder as a variable
* implement folder variable
* allow to pass module name + prettify log output
* check for imports from core to packages and report error
* add comments
* run as part of test
* Update package.json
* add threshold
* Update index.js
* add report of module self imports
* Update index.js
* Update index.js
* Update src/Umbraco.Web.UI.Client/devops/module-dependencies/index.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* remove self imports in /extension-api
* fix order
* fix self imports
* fix self import
* fix self imports
* fix self imports
* fix collection self import
* fix self imports
* fix self import
* Update collection-pagination.element.ts
* Update entity-action.extension.ts
* fix self imports
* lower threshold
* fix self imports
* fix self imports
* fix self imports
* fix merge
* fix tree self imports
* Update sort-children-of-modal.element.ts
* Update section.context.ts
* change threshold
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-04-14 07:55:20 +00:00 |
|