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

build(deps-dev): bump @vkontakte/vkui from 6.3.0 to 7.0.0 #1136

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2024

Bumps @vkontakte/vkui from 6.3.0 to 7.0.0.

Release notes

Sourced from @​vkontakte/vkui's releases.

v7.0.0

TL;DR

Документация по миграции с v6 на v7

BREAKING CHANGE

[!TIP]

Чтобы упростить переход на новую мажорную версию, можно воспользоваться инструментом по автоматической миграции ваших компонентов

Подробную информацию можно найти на этой странице.

⚙️ Сборка

  • Подняты минимальные версии браузеров (#7568)
    ChromeAndroid >= 63
    iOS >= 12
    Chrome >= 63
    Firefox >= 55
    Edge >= 79
    Opera >= 50
    Safari >= 12
    Samsung >= 8.2
    
  • Импортирование теперь ограничено свойством "exports" в package.json. Если вам нужен какой-то внутренний функционал, то следует создать issues на его экспорт, чтобы мы рассмотрели такую возможность. (#7611)
  • Если вы завязывались на CSS-классы компонентов, то необходимо пройтись по таким местам и проверить классы на соответствие, т.к. теперь за их формирование отвечает CSS Modules. (#7655)

    ⚠️ Мы всё ещё не рекомендуем завязываться на CSS-классы компонентов – в любой момент они могут измениться.

  • Сборка переведена на rspack (#7249)

  • Поднята целевая версия ECMAScript для компиляции до es2017 (#7568)
  • Были добавлены use client директивы (#7702)
  • Удалена CommonJS сборка – теперь библиотека поставляется только как ESM. В зависимости от вашего инструмента для сборки, потребуется настроить трансформацию для пакета @vkontakte/vkui. (#7611)

... (truncated)

Commits
  • 90bb0cc bump(@​vkontakte/vkui): from 7.0.0-beta.2 to 7.0.0
  • 9da11d9 chore(PanelHeaderButton): mv TODO from v7 to v8 (#8028)
  • 0eeffef docs: Add more information about SSR and remove usage of modal/pooput with Sp...
  • 1234239 refactor: ModalRoot/ModalPage/ModalCard (#6759)
  • 95b518c build(deps-dev): Bump stylelint from 16.10.0 to 16.11.0 in the stylelint grou...
  • 9e479cc build(deps): Bump the storybook group with 15 updates (#8020)
  • 57e9974 refactor(Button): rm host in selectors (#8012)
  • a698551 fix(useReducedMotion): use state (#8008)
  • b82c391 refactor(Clickable): mv use client code (#8010)
  • 0959d72 [BREAKING CHANGE] feat: SSR, AppRoot: get rid of classes mutation on html ele...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 3, 2024
@dependabot dependabot bot requested a review from a team December 3, 2024 05:14
Copy link

github-actions bot commented Dec 3, 2024

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 92.61% 1303/1407
🟢 Branches 88.78% 364/410
🟢 Functions 93.53% 188/201
🟢 Lines 92.28% 1208/1309

Test suite run success

488 tests passing in 39 suites.

Report generated by 🧪jest coverage report action from 83182cb

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vkontakte/vkui-7.0.0 branch from e2f4096 to 8506593 Compare December 4, 2024 10:10
Bumps [@vkontakte/vkui](https://github.com/VKCOM/VKUI/tree/HEAD/packages/vkui) from 6.3.0 to 7.0.0.
- [Release notes](https://github.com/VKCOM/VKUI/releases)
- [Commits](https://github.com/VKCOM/VKUI/commits/v7.0.0/packages/vkui)

---
updated-dependencies:
- dependency-name: "@vkontakte/vkui"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vkontakte/vkui-7.0.0 branch from 8506593 to 83182cb Compare December 11, 2024 15:19
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 19, 2024

Superseded by #1153.

@dependabot dependabot bot closed this Dec 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vkontakte/vkui-7.0.0 branch December 19, 2024 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants