-
Notifications
You must be signed in to change notification settings - Fork 3
feat: updated CI dependencies #313
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
Conversation
@@ -45,18 +45,16 @@ | |||
"@angular-devkit/build-angular": "18.2.5", | |||
"@angular-devkit/core": "18.2.5", | |||
"@angular-devkit/schematics": "18.2.5", | |||
"@angular-eslint/builder": "18.3.1", |
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.
builder
и schematics
используются исключительно при запуске eslint
через angular cli
@@ -86,7 +84,7 @@ | |||
"@types/license-checker": "^25.0.6", | |||
"@types/luxon": "^3.4.2", | |||
"@types/merge2": "^0.3.30", | |||
"@types/node": "^18.18.14", | |||
"@types/node": "^18.19.0", |
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.
пропустили, при миграции ангуляра
Visit the preview URL for this PR (updated for commit 1211ace): https://koobiq-next--prs-313-7tu2dwyl.web.app (expires Tue, 01 Oct 2024 09:07:00 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: c9e37e518febda70d0317d07e8ceb35ac43c534c |
1b2cf4f
to
1211ace
Compare
This reverts commit d2aad51.
…nto feat/DS-2904 * 'feat/DS-2904' of github.com:koobiq/angular-components: (31 commits) feat(docs): removed core-js polyfills (#325) fix: updated stackblitz files (#323) feat: updated angular dependencies to 18.2.6, updated stackblitz configs (#322) chore: updated components tokens chore(docs): fixed stackblitz examples chore(ci): updated firebase config chore: fixed deploy for docs stable 18.x chore: bump version to 18.0.0 w/ changelog chore: build tokens for docs and upd chalk to 4.x (#319) feat(visual,docs): moved from sass vars to css-vars (#296) fix(navbar): kbq-vertical-navbar does not apply design-tokens (#DS-2911) (#318) chore: fixed docs examples (#315) feat(scrollbar): updated docs and migrated to standalone (#DS-2899) (#307) feat: updated CI dependencies (#313) fix(list): multiple selection by keyboard on macos (#DS-2908) (#309) chore: fixed ci after angular 18 migration (#312) chore: fixed firebase target for docs dist chore: inc budget for docs chore: build component and docs tokens chore: fixed schematic build and updated schematics to 18.2 ...
No description provided.