Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 25, 2024

Bumps vue, @coreui/vue and @coreui/vue-chartjs. These dependencies needed to be updated together.
Updates vue from 2.6.11 to 3.5.12

Release notes

Sourced from vue's releases.

v3.5.12

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.11

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.10

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.9

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.8

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.7

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.6

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.5

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.4

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.3

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.2

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.1

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.0

For stable releases, please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vue's changelog.

3.5.12 (2024-10-11)

Bug Fixes

Performance Improvements

  • reactivity: avoid unnecessary recursion in removeSub (#12135) (ec917cf)

3.5.11 (2024-10-03)

Bug Fixes

  • compiler-sfc: do not skip TSSatisfiesExpression when transforming props destructure (#12062) (2328b05), closes #12061
  • reactivity: prevent overwriting next property during batch processing (#12075) (d3f5e6e), closes #12072
  • scheduler: job ordering when the post queue is flushing (#12090) (577edca)
  • types: correctly infer TypeProps when it is any (#12073) (57315ab), closes #12058
  • types: should not intersect PublicProps with Props (#12077) (6f85894)
  • types: infer the first generic type of Ref correctly (#12094) (c97bb84)

3.5.10 (2024-09-27)

Bug Fixes

... (truncated)

Commits

Updates @coreui/vue from 3.0.2 to 5.4.0

Release notes

Sourced from @​coreui/vue's releases.

v5.4.0

Full Changelog: coreui/coreui-vue@v5.3.0...v5.4.0

v5.3.0

What's Changed

New Contributors

Full Changelog: https://coreui.io/changelog/coreui/vue/v5.3.0/

v5.2.0

Full Changelog: https://coreui.io/changelog/coreui/vue/v5.2.0/

v5.1.0

Full Changelog: https://coreui.io/changelog/coreui/vue/v5.1.0/

v5.0.0

Full Changelog: coreui/coreui-vue@v4.10.2...v5.0.0

v5.0.0-rc.3

Full Changelog: https://coreui.io/changelog/coreui/vue/v5.0.0-rc.3/

v5.0.0-rc.2

Full Changelog: https://coreui.io/changelog/coreui/vue/v5.0.0-rc.2/

v5.0.0-rc.1

No release notes provided.

v5.0.0-rc.0

No release notes provided.

v5.0.0-beta.1

No release notes provided.

v5.0.0-beta.0

No release notes provided.

v5.0.0-alpha.1

No release notes provided.

v5.0.0-alpha.0

No release notes provided.

v4.10.2

No release notes provided.

... (truncated)

Commits
  • 20a9dd2 release: v5.4.0
  • f9a4854 chore: update dependencies and devDependencies
  • 5d42d8a docs: update API documentation
  • 02c1c3a docs: update content
  • 97e58d7 fix(CTabs): add missing disabled prop
  • 26656bf chore: update dependencies and devDependencies
  • cab04c2 refactor(CPopover, CTabs, CTooltips): migrate from useUniqueId to useId
  • 69a05dd refactor: update shared props types handling
  • e0239fd fix(CToastClose): allow passing a custom component as a prop
  • 2f96ef2 refactor: update shared props types handling
  • Additional commits viewable in compare view

Updates @coreui/vue-chartjs from 1.0.3 to 3.0.0

Release notes

Sourced from @​coreui/vue-chartjs's releases.

3.0.0

v3.0.0

Here it comes! The stable version of CoreUI Vue 3 library 🍾

Full library documentation is available on: https://coreui.io/vue/docs/


Changes (from 3.0.0-beta.11 version)

feat: CNav, CNavItem refactor:

  • add the possibility for disabled CNavItem item to be active,
  • remove tight coupling between components (CNavItem can be used separately now),
  • simplify CNav children active state mechanism,
  • remove side effects from CNav, inject 'nav' variable to all children components instead (Corner-case: if you have created custom components adjusted to handle CNav active state, they will no longer handle state correctly)

fix: CSidebar: fix closing sidebar on backdrop click

v3-bridge-alpha.2

v3-bridge-alpha.2

This is fix release for v3-bridge-alpha.1 version.

  • Added current built files,
  • Added needed dependency vue-perfect-scrollbar,
  • Fixed existing tests

v3-bridge-alpha.1

v3-bridge-alpha.1

This release is lacking vue-perfect-scrollbar dependency and current build files. Fix release is available.

We are encouraging everyone to test our library as the development process of version 3 is ending.

Features:

  • Added CCallout component
  • CTable: changes in style, and pagination mechanism,
  • Refactor of CLink component, added text prop, which allows for self-closing of a component,
  • Added CCollapse component manipulation option: passing id of 'toggler' element,
  • CCard component simplified (deleted named slots, and default wrapper),
  • Add text prop to CButton component to allow self-closing syntax,
  • Refactor: refresh views and fix smaller bugs

Refactor:

  • Update slots syntax to be compatible with vue.js version 3,
  • Change implementation of sidebar menu (CSidebarNavLink)

v3-bridge-alpha.0

Over 60 new reusable components!

... (truncated)

Changelog

Sourced from @​coreui/vue-chartjs's changelog.

Changelog

v3.0.0-beta.5

18 December 2019

Changed

  • test: create missing unit tests and update existing cf042b1
  • chore: add auto-changelog package 2d63261
  • refactor: CToast component refactor, functions simplification 96200aa
  • refactor: minor components refactor 11025b2
  • chore: merge branch dev 7b18e55
  • chore: update lint options and packages 91a5170
  • chore: initial github workflows commit 83503cb
  • chore: create first issue/PR message 0876086
  • chore: update workflows dca0c24
  • fix: fix nodejs workflow e2e67b3
  • fix: fix nodejs workflow 91fc7d1
  • chore: update shields in README file 06c465a

3.0.0-beta.5

12 December 2019

Changed

  • chore: 3.0.0-beta.5 release ec4f163
  • chore: 3.0.0-beta.5 release - update dependencies and build files 7a4de60
  • fix: CSidebar: fix hiding menu on mobile devices 2738bb1
  • chore: merge dev to v3-next cc5f81e
  • chore: update package.json and markdown files bbfb038
  • chore: readme npm badge update 1ce0a8c

3.0.0-beta.4

11 December 2019

Changed

  • chore: 3.0.0-beta.4 version release 338fe54
  • chore: update packages, README file and build files cde01f4
  • refactor: CWidgetDropdown style changes 0b8375a
  • docs: README update 88506db
  • chore: replace coreui with coreui-utils library, update files 8e8440d
  • chore: update README 8b64838
  • chore: change util function import path in CDropdown component d74e057
  • fix: CSidebar: give precedens to overlaid prop over fixed prop e1f9ee9

3.0.0-beta.3

... (truncated)

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [vue](https://github.com/vuejs/core), [@coreui/vue](https://github.com/coreui/coreui-vue) and [@coreui/vue-chartjs](https://github.com/coreui/coreui-vue). These dependencies needed to be updated together.

Updates `vue` from 2.6.11 to 3.5.12
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.5.12)

Updates `@coreui/vue` from 3.0.2 to 5.4.0
- [Release notes](https://github.com/coreui/coreui-vue/releases)
- [Commits](coreui/coreui-vue@3.0.2...v5.4.0)

Updates `@coreui/vue-chartjs` from 1.0.3 to 3.0.0
- [Release notes](https://github.com/coreui/coreui-vue/releases)
- [Changelog](https://github.com/coreui/coreui-vue/blob/3.0.0/CHANGELOG.md)
- [Commits](https://github.com/coreui/coreui-vue/commits/3.0.0)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
- dependency-name: "@coreui/vue"
  dependency-type: direct:production
- dependency-name: "@coreui/vue-chartjs"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 25, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants