-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: clean up deprecated items for Otter v12 #2642
Conversation
View your CI Pipeline Execution ↗ for commit 18470a5.
☁️ Nx Cloud last updated this comment at |
packages/@o3r/rules-engine/src/devkit/rules-engine-devtools.console.service.ts
Outdated
Show resolved
Hide resolved
packages/@o3r/rules-engine/src/devkit/rules-engine-devtools.service.ts
Outdated
Show resolved
Hide resolved
ece7635
to
e104ae1
Compare
import { | ||
chain, | ||
Rule, | ||
SchematicContext, | ||
Tree, | ||
} from '@angular-devkit/schematics'; | ||
import { | ||
createSchematicWithMetricsIfInstalled, | ||
ImportsMapping, | ||
updateImports, | ||
} from '@o3r/schematics'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import { | |
chain, | |
Rule, | |
SchematicContext, | |
Tree, | |
} from '@angular-devkit/schematics'; | |
import { | |
createSchematicWithMetricsIfInstalled, | |
ImportsMapping, | |
updateImports, | |
} from '@o3r/schematics'; | |
import { | |
chain, | |
type Rule, | |
type SchematicContext, | |
type Tree, | |
} from '@angular-devkit/schematics'; | |
import { | |
createSchematicWithMetricsIfInstalled, | |
type ImportsMapping, | |
updateImports, | |
} from '@o3r/schematics'; |
e104ae1
to
18470a5
Compare
"source", | ||
"^source", | ||
"{projectRoot}/schemas/*.json", | ||
"{projectRoot}/scss/**/*", | ||
"!{projectRoot}/scss/**/*.spec.ts", | ||
"{projectRoot}/assets/**", | ||
"{projectRoot}/_index.scss", | ||
"{projectRoot}/_otter-theme.scss" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"source", | |
"^source", | |
"{projectRoot}/schemas/*.json", | |
"{projectRoot}/scss/**/*", | |
"!{projectRoot}/scss/**/*.spec.ts", | |
"{projectRoot}/assets/**", | |
"{projectRoot}/_index.scss", | |
"{projectRoot}/_otter-theme.scss" | |
"source", | |
"^source", | |
"schemas", | |
"{projectRoot}/scss/**/*.scss", | |
"{projectRoot}/assets/**", | |
"{projectRoot}/_index.scss", | |
"{projectRoot}/_otter-theme.scss" |
(maybe it could be interesting to add a namedInput
for {projectRoot}/assets/**
as it is used in several places)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will do this in a separate PR
## Proposed change Small fix as a follow up of this comment: #2642 (comment) ## Related issues <!-- Please make sure to follow the [contribution guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md) --> *- No issue associated -* <!-- * 🐛 Fix #issue --> <!-- * 🐛 Fix resolves #issue --> <!-- * 🚀 Feature #issue --> <!-- * 🚀 Feature resolves #issue --> <!-- * Pull Request #issue -->
Proposed change
Remove deprecated items from Otter v12
TO DO:
inputFacts
from@o3r/rules-engine
variable
from@o3r/styling
@o3r/dev-tools
Related issues
- No issue associated -