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

chore(deps-dev): bump rollup from 3.29.4 to 3.29.5 #4384

Open
wants to merge 88 commits into
base: develop
Choose a base branch
from

Commits on Jul 23, 2024

  1. feat: ts types for colors (#3957) (#4270)

    Fsss126 authored and m0ksem committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0e196e6 View commit details
    Browse the repository at this point in the history
  2. feat(sticky-scrollbar): init component (#4286)

    * feat(sticky-scrollbar): init component
    
    * fix: expect scroll content to change
    
    * fix: remove extra console logs
    
    * fix: improve perf
    m0ksem committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    69e3ab2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de9a907 View commit details
    Browse the repository at this point in the history
  4. feat: remove lodash (#4316)

    * feat: remove lodash
    
    * fix: correct clone deep function
    m0ksem committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4aac12a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e91f248 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d770cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d65f7e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df62c4b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    999ee9e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    288c611 View commit details
    Browse the repository at this point in the history
  11. Added ability to apply multiple presets (#4303)

    * feat(presets): Added ability to apply multiple presets
    
    * chore: remove lodash fn
    
    * chore: remove RemoveIndex type from globalls
    
    ---------
    
    Co-authored-by: Maksim Nedoshev <[email protected]>
    Fsss126 and m0ksem committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    cf3d2d1 View commit details
    Browse the repository at this point in the history
  12. chore(deps): bump ws from 6.2.2 to 6.2.3 (#4328)

    Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@6.2.2...6.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and m0ksem committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    30e739e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b8eb22d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e87e580 View commit details
    Browse the repository at this point in the history
  15. feat: masks (#4332)

    * raw
    
    * feat(masks): remove junk
    
    * feat(masks): add docs
    
    * feat(masks): improve suggestion when option group
    
    * feat(masks): add static tokens if only one possible solution is left
    
    * docs(masks): improve phone extended demo
    
    * feat(masks): correct suggestion when only one possible solution is left
    m0ksem committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    fa49653 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eaee0ee View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a6a80f0 View commit details
    Browse the repository at this point in the history
  18. fix: remove empty changelogs

    m0ksem committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6541335 View commit details
    Browse the repository at this point in the history
  19. docs: add changelogs

    m0ksem committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3d483b6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    24b642c View commit details
    Browse the repository at this point in the history
  21. fix: improve docs SSR

    m0ksem committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8a2c4bb View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    513af47 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    666dfc6 View commit details
    Browse the repository at this point in the history
  24. chore: remove cleave (#4334)

    m0ksem committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d471eb6 View commit details
    Browse the repository at this point in the history
  25. Feat/devtools and compiler (#4340)

    * raw
    
    * feat: use vite server middleware
    
    * chore: add readme
    
    * feat(compiler): add builded package
    
    * fix: correct parse self closing tags
    
    * fix(compiler): reset slots when save clicked
    
    * feat(compiler): improve devtools playground
    
    * chore: refactor to one global vuestic vite plugin
    
    * feat(compiler): add css layers
    
    * chore(compiler): add readme
    
    * chore: improve bundling
    
    * chore: improve readme and publish beta1
    
    * fix: build
    m0ksem committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c53bce9 View commit details
    Browse the repository at this point in the history
  26. feat(devtools): improve dx and component tree parsing and docs (#4345)

    * feat(devtools): improve settings menu
    
    * chore: sync deps
    
    * feat(devtools): auto-save and file names
    
    * feat(devtools): add changes history
    
    * feat(compiler): improve history
    
    * fix: prevent cycle recalclations
    
    * feat(compiler): add text slot settings
    
    * fix(devtools): correct similar nodes
    
    * chore(devtools): minor improvements
    
    * docs(devtools): added devtools docs page
    
    * fix(devtools): use app tree instead of dom nodes
    
    * fix(input): inherit props
    
    * chore(devtools): improve dx
    
    * chore(devtools): improve dx
    
    * chore(devtools): remove extra files
    m0ksem committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6d752d9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    440da3e View commit details
    Browse the repository at this point in the history
  28. fix(compiler): fix build

    m0ksem committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    217bbf2 View commit details
    Browse the repository at this point in the history
  29. chore(compiler): release beta3

    m0ksem committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    900cbfc View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    fc5a0f1 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    61c1ba5 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a90bfcb View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    2f170b1 View commit details
    Browse the repository at this point in the history
  34. chore: bump @vuestic/compiler

    m0ksem committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    28629bf View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    5541a16 View commit details
    Browse the repository at this point in the history
  36. chore: update yarn.lock

    m0ksem committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c6c47ed View commit details
    Browse the repository at this point in the history
  37. bump(compiler): 0.0.1-beta5

    m0ksem committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ddb052c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    91127bc View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    573a927 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a0f6fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0660438 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6b0b3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d7bf76 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    f390a98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    653cecd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48a4e6b View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump @nuxt/devtools from 1.1.5 to 1.3.9 (#4350)

    Bumps [@nuxt/devtools](https://github.com/nuxt/devtools/tree/HEAD/packages/devtools) from 1.1.5 to 1.3.9.
    - [Release notes](https://github.com/nuxt/devtools/releases)
    - [Changelog](https://github.com/nuxt/devtools/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/nuxt/devtools/commits/v1.3.9/packages/devtools)
    
    ---
    updated-dependencies:
    - dependency-name: "@nuxt/devtools"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6882d6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0f84d1 View commit details
    Browse the repository at this point in the history
  6. chore(nuxt): bump 1.0.21

    m0ksem committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    086787a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    eb93b68 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    5241e0f View commit details
    Browse the repository at this point in the history
  2. Update readme with "Support & Consulting" page info (#4362)

    * chore: update readme with "Support & Consulting" page info
    
    * fix: add "Support & Consulting" link to the header mobile menu
    raichev-dima authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d23e8a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. minor

    asvae committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0a30532 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    9d2b125 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7983ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab414f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. chore(deps): bump nuxt from 3.11.1 to 3.12.4 (#4349)

    Bumps [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) from 3.11.1 to 3.12.4.
    - [Release notes](https://github.com/nuxt/nuxt/releases)
    - [Commits](https://github.com/nuxt/nuxt/commits/v3.12.4/packages/nuxt)
    
    ---
    updated-dependencies:
    - dependency-name: nuxt
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8794018 View commit details
    Browse the repository at this point in the history
  2. feat(devtools): init layout editor (#4363)

    * feat(devtools): init layout editor
    
    * raw
    
    * fix: update component path when code updated
    
    * feat: add delete node toolbar button
    
    * chore: improve ui
    
    * imrpove ui and bug fixes
    
    * chore(devtools): refactor use component
    
    * raw
    
    * fix(devtools): handle source file correctly
    
    * fix(devtools): correctly show slots
    
    * fix(devtools): save selected app-tree-item by name
    
    * fix(devtools): remove possible dup attributes caused by v-bind and static assignment
    m0ksem authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c1eb7f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    682fc16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cee8f9d View commit details
    Browse the repository at this point in the history
  5. chore: bump version to v1.10.0

    m0ksem committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    61f9657 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    3d07e7c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. chore(compiler): bump 0.1.0

    m0ksem committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    435c85e View commit details
    Browse the repository at this point in the history
  2. Basic set up for Netlify (#4368)

    * feat: deploy to netlify
    
    * feat(docs): add Netlify link to the docs footer
    
    * Update Footer.vue
    
    ---------
    
    Co-authored-by: Yauheni Prakopchyk <[email protected]>
    raichev-dima and asvae authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3f35953 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    a003dfc View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    56efd30 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    66709a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    b11491d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15c6691 View commit details
    Browse the repository at this point in the history
  3. Fix#4374/allow-more-types-for-select-clear-value (#4375)

    * fix(tree-view): react on expanded prop for nested children
    
    * fix(#4374): allow more types for clear value prop
    m0ksem authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3f1a17a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    ff822e7 View commit details
    Browse the repository at this point in the history
  2. chore: bump version to v1.10.1

    m0ksem committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4f00151 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    280534b View commit details
    Browse the repository at this point in the history
  2. feat(VaToast #4373): add bottom-center, top-center position options (#…

    …4377)
    
    * feat(VaToast #4373): add bottom-center, top-center position options
    
    * fix: correctly handle multiple toasts offset
    
    * chore(toast): fix paddings
    
    * chore: remove redundant
    
    * fix(toast): improve appear and close animations
    
    ---------
    
    Co-authored-by: Parsons <[email protected]>
    Co-authored-by: Maksim Nedoshev <[email protected]>
    3 people authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    5b53670 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdf8654 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. chore: bump version to v1.10.2

    m0ksem committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    db2644d View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    2cd0c39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1773f27 View commit details
    Browse the repository at this point in the history
  3. fix: do not apply extra styles when non-headless (#4393)

    * fix: do not apply extra styles when non-headless
    
    * fix: remove extra wrapper in button-dropdown
    m0ksem authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    39fe880 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump webpack from 5.91.0 to 5.94.0 (#4367)

    Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.94.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.91.0...v5.94.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e9084f6 View commit details
    Browse the repository at this point in the history
  5. fix: useMask makes input dirty and add decimal char option (#4399)

    * fix(#4397): prevent input from being dirty on mount when mask is used
    
    * fix(#4372): allow different decimal chars in numeralMask
    
    * chore: update useInputMask stories
    m0ksem authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6aecd46 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    712a7b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a02309 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump express from 4.19.2 to 4.21.0 (#4378)

    Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
    - [Commits](expressjs/express@4.19.2...4.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: express
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    7c9d87a View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump vite from 4.5.3 to 4.5.5 (#4380)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.3 to 4.5.5.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v4.5.5/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v4.5.5/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e7c27b9 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump vite from 5.3.3 to 5.3.6 in /packages/compiler/…

    …playground (#4381)
    
    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.3 to 5.3.6.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v5.3.6/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v5.3.6/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    51fa22d View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump rollup from 4.18.0 to 4.22.4 in /packages/compiler/…

    …playground (#4385)
    
    Bumps [rollup](https://github.com/rollup/rollup) from 4.18.0 to 4.22.4.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.18.0...v4.22.4)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    2f1b373 View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): bump rollup from 3.29.4 to 3.29.5

    Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 3.29.5.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v3.29.4...v3.29.5)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0170cf2 View commit details
    Browse the repository at this point in the history