Skip to content
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

fix(*): tslib added to external dependencies #526

Merged
merged 1 commit into from
Feb 15, 2023
Merged

Conversation

v-gevak
Copy link
Contributor

@v-gevak v-gevak commented Feb 9, 2023

После фикса функции хелперы будут импортироваться из tslib, а не встраиваться в код.
Screenshot from 2023-02-09 17-46-15

@changeset-bot
Copy link

changeset-bot bot commented Feb 9, 2023

🦋 Changeset detected

Latest commit: d6a30d5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 95 packages
Name Type
@alfalab/core-components-action-button Patch
@alfalab/core-components-alert Patch
@alfalab/core-components-amount Patch
@alfalab/core-components-amount-input Patch
@alfalab/core-components-attach Patch
@alfalab/core-components-backdrop Patch
@alfalab/core-components-badge Patch
@alfalab/core-components-bank-card Patch
@alfalab/core-components-base-modal Patch
@alfalab/core-components-bottom-sheet Patch
@alfalab/core-components-button Patch
@alfalab/core-components-calendar Patch
@alfalab/core-components-calendar-input Patch
@alfalab/core-components-calendar-range Patch
@alfalab/core-components-calendar-with-skeleton Patch
@alfalab/core-components-card-image Patch
@alfalab/core-components-cdn-icon Patch
@alfalab/core-components-chart Patch
@alfalab/core-components-checkbox Patch
@alfalab/core-components-checkbox-group Patch
@alfalab/core-components-circular-progress-bar Patch
@alfalab/core-components-code-input Patch
@alfalab/core-components-collapse Patch
@alfalab/core-components-comment Patch
@alfalab/core-components-confirmation Patch
@alfalab/core-components-confirmation-v1 Patch
@alfalab/core-components-custom-button Patch
@alfalab/core-components-date-input Patch
@alfalab/core-components-date-range-input Patch
@alfalab/core-components-date-time-input Patch
@alfalab/core-components-divider Patch
@alfalab/core-components-drawer Patch
@alfalab/core-components-dropzone Patch
@alfalab/core-components-file-upload-item Patch
@alfalab/core-components-filter-tag Patch
@alfalab/core-components-form-control Patch
@alfalab/core-components-gallery Patch
@alfalab/core-components-gap Patch
@alfalab/core-components-generic-wrapper Patch
@alfalab/core-components-grid Patch
@alfalab/core-components-hatching-progress-bar Patch
@alfalab/core-components-icon-button Patch
@alfalab/core-components-icon-view Patch
@alfalab/core-components-input Patch
@alfalab/core-components-input-autocomplete Patch
@alfalab/core-components-intl-phone-input Patch
@alfalab/core-components-keyboard-focusable Patch
@alfalab/core-components-link Patch
@alfalab/core-components-list Patch
@alfalab/core-components-list-header Patch
@alfalab/core-components-loader Patch
@alfalab/core-components-masked-input Patch
@alfalab/core-components-modal Patch
@alfalab/core-components-mq Patch
@alfalab/core-components-notification Patch
@alfalab/core-components-notification-manager Patch
@alfalab/core-components-number-input Patch
@alfalab/core-components-pagination Patch
@alfalab/core-components-pass-code Patch
@alfalab/core-components-password-input Patch
@alfalab/core-components-pattern-lock Patch
@alfalab/core-components-phone-input Patch
@alfalab/core-components-picker-button Patch
@alfalab/core-components-plate Patch
@alfalab/core-components-popover Patch
@alfalab/core-components-portal Patch
@alfalab/core-components-progress-bar Patch
@alfalab/core-components-pure-cell Patch
@alfalab/core-components-pure-input Patch
@alfalab/core-components-radio Patch
@alfalab/core-components-radio-group Patch
@alfalab/core-components-scrollbar Patch
@alfalab/core-components-select Patch
@alfalab/core-components-select-with-tags Patch
@alfalab/core-components-side-panel Patch
@alfalab/core-components-skeleton Patch
@alfalab/core-components-slider Patch
@alfalab/core-components-slider-input Patch
@alfalab/core-components-space Patch
@alfalab/core-components-spinner Patch
@alfalab/core-components-stack Patch
@alfalab/core-components-status Patch
@alfalab/core-components-stepped-progress-bar Patch
@alfalab/core-components-steps Patch
@alfalab/core-components-switch Patch
@alfalab/core-components-table Patch
@alfalab/core-components-tabs Patch
@alfalab/core-components-tag Patch
@alfalab/core-components-textarea Patch
@alfalab/core-components-time-input Patch
@alfalab/core-components-toast Patch
@alfalab/core-components-toast-plate Patch
@alfalab/core-components-tooltip Patch
@alfalab/core-components-typography Patch
@alfalab/core-components-with-suffix Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@coveralls
Copy link

coveralls commented Feb 9, 2023

Pull Request Test Coverage Report for Build 4172073315

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 80.028%

Totals Coverage Status
Change from base Build 4172053441: 0.0%
Covered Lines: 7428
Relevant Lines: 8445

💛 - Coveralls

@core-ds-bot
Copy link
Collaborator

Собрана новая демка.

@@ -40,7 +40,7 @@ const baseConfig = {
'!src/**/*.d.ts',
],
plugins: [wildcardExternal(['@alfalab/core-components-*/*'])],
external: [...Object.keys(pkg.dependencies || {}), ...Object.keys(pkg.peerDependencies || {})],
external: [...Object.keys(pkg.dependencies || {}), ...Object.keys(pkg.peerDependencies || {}), 'tslib'],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Не нужно ли добавить эту зависимость в dependencies?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Добавил

@core-ds-bot
Copy link
Collaborator

Собрана новая демка.

@core-ds-bot
Copy link
Collaborator

Собрана новая демка.

@v-gevak v-gevak merged commit bb414bd into master Feb 15, 2023
@v-gevak v-gevak deleted the fix/tslib_external branch February 15, 2023 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants