cron-mon-io / cron-mon-app

The frontend application for CronMon
MIT License
0 stars 0 forks source link

chore(deps): Bump the production-dependencies group in /app with 5 updates #25

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the production-dependencies group in /app with 5 updates:

Package From To
@scalar/api-reference 1.24.35 1.24.64
vue 3.4.31 3.4.35
vue-router 4.4.0 4.4.1
vuetify 3.6.10 3.6.14
@rollup/rollup-linux-x64-gnu 4.18.0 4.19.1

Updates @scalar/api-reference from 1.24.35 to 1.24.64

Changelog

Sourced from @​scalar/api-reference's changelog.

1.24.64

Patch Changes

  • Updated dependencies [016ff7d]
  • Updated dependencies [e8cf2f5]
  • Updated dependencies [c1ada84]
  • Updated dependencies [3031929]
  • Updated dependencies [c1ada84]
  • Updated dependencies [e18029f]
  • Updated dependencies [808eafb]
  • Updated dependencies [7853b8d]
    • @​scalar/api-client@​2.0.39
    • @​scalar/components@​0.12.25
    • @​scalar/themes@​0.9.18
    • @​scalar/oas-utils@​0.2.21

1.24.63

Patch Changes

  • Updated dependencies [de25d01]
    • @​scalar/api-client@​2.0.38
    • @​scalar/components@​0.12.24
    • @​scalar/themes@​0.9.17
    • @​scalar/oas-utils@​0.2.20

1.24.62

Patch Changes

  • Updated dependencies [b21b419]
  • Updated dependencies [7b58f10]
  • Updated dependencies [3d9e948]
    • @​scalar/api-client@​2.0.37
    • @​scalar/components@​0.12.23

1.24.61

Patch Changes

  • Updated dependencies [276e506]
    • @​scalar/api-client@​2.0.36

1.24.60

Patch Changes

  • Updated dependencies [bf2895e]
  • Updated dependencies [5d2825a]

... (truncated)

Commits


Updates vue from 3.4.31 to 3.4.35

Release notes

Sourced from vue's releases.

v3.4.35

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

v3.4.34

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

v3.4.33

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

v3.4.32

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

Changelog

Sourced from vue's changelog.

3.4.35 (2024-07-31)

Bug Fixes

  • teleport/ssr: fix Teleport hydration regression due to targetStart anchor addition (7b18cdb)
  • teleport/ssr: ensure targetAnchor and targetStart not null during hydration (#11456) (12667da), closes #11400
  • types/ref: allow getter and setter types to be unrelated (#11442) (e0b2975)

Performance Improvements

  • runtime-core: improve efficiency of normalizePropsOptions (#11409) (5680142), closes #9739

3.4.34 (2024-07-24)

Bug Fixes

  • defineModel: correct update with multiple changes in same tick (#11430) (a18f1ec), closes #11429

3.4.33 (2024-07-19)

Bug Fixes

  • runtime-dom: handle undefined values in v-html (#11403) (5df67e3)

3.4.32 (2024-07-17)

Bug Fixes

  • build: use consistent minify options from previous terser config (789675f)
  • compiler-sfc: correctly resolve type annotation for declared function (#11279) (b287aee), closes #11266
  • defineModel: force local update when setter results in same emitted value (de174e1), closes #10279 #10301
  • hmr: hmr reload should work with async component (#11248) (c8b9794)
  • hydration: fix tracking of reactive style objects in production (c10e40a), closes #11372
  • hydration: handle consectuvie text nodes during hydration (f44c3b3), closes #7285 #7301
  • reactivity: ensure unref correctly resolves type for ShallowRef (#11360) (a509e30), closes #11356
  • reactivity: shallowReactive map "unwraps" the nested refs (#8503) (50ddafe), closes #8501 #11249
  • runtime-core: avoid recursive warning (3ee7b4c), closes #8074
  • runtime-core: bail manually rendered compiler slot fragments in all cases (3d34f40), closes #10870
  • runtime-core: do not emit when defineModel ref is set with same value (#11162) (f1bb0ae), closes #11125

... (truncated)

Commits
  • 0b8ba63 release: v3.4.35
  • 7b18cdb fix(teleport/ssr): fix Teleport hydration regression due to targetStart ancho...
  • 12667da fix(Teleport): ensure targetAnchor and targetStart not null during hydration ...
  • af60e35 test: make transition tests more stable locally
  • 5680142 perf(runtime-core): improve efficiency of normalizePropsOptions (#11409)
  • 87923f6 chore(types): reuse built-in Iterator type (#11435)
  • 208f5c0 chore(deps): update dependency conventional-changelog-cli to v5 (#11449)
  • 5bca503 chore(deps): update dependency eslint-plugin-import-x to v3 (#11450)
  • e0b2975 fix(types/ref): allow getter and setter types to be unrelated (#11442)
  • 8e052ee chore(sfc-playgroud): highlight the commit and latest version when active in ...
  • Additional commits viewable in compare view


Updates vue-router from 4.4.0 to 4.4.1

Release notes

Sourced from vue-router's releases.

v4.4.1

Please refer to CHANGELOG.md for details.

Commits


Updates vuetify from 3.6.10 to 3.6.14

Release notes

Sourced from vuetify's releases.

v3.6.14

:wrench: Bug Fixes

  • styles: support sass 1.77.7 (4fd811a), closes #20139
  • VAvatar: pass props.image as src to VImg defaults (c264ad4)
  • VBtn: allow passing custom ripple options (#20190) (0a31bf8), closes #20189
  • VFooter: useToggleScope for layout support (0bfaf12)
  • VListGroup: don't clear opened on unmount (#20215) (1e183ef), closes #20199
  • VMenu: check if element still exists before closing parent (#20249) (560362d), closes #20248
  • VSkeletonLoader: remove aria-label when loading finished (867b2ab)
  • VSnackbar: update countdown value on timeout change (3cc2763), closes #20196

:test_tube: Labs

v3.6.13

:wrench: Bug Fixes

  • typescript: augment GlobalComponents in multiple vue modules (#20144) (bd1f63d)
  • VAppBar: scrollBehavior type for fully-hide (040fda8)
  • VBtn: allow stacked and block props to work together (#20162) (9969ebb)
  • VDataTable: use item.raw and columns in sorting transform (#20077) (e33b951), closes #20045
  • VDataTable: support groupBy when sorting is disabled (#20047) (8ac10e4), closes #20046
  • VDatePicker: programmatic start date with multiple range (#20169) (1a0d9b7), closes #20168
  • VOtpInput: slice value with length on paste (#20164) (0f8fd5d), closes #20158

:test_tube: Labs

:arrows_counterclockwise: Reverts

  • Revert "fix(VField/VInput): centerAffix prop for underlined/plain (#20064)" (#20173) (098f802)

3.7.0-beta.0

:rocket: Features

  • validation: add eager and invalid-input options (7e730fa)
  • VAvatar: add border prop support (9dbc30a)

... (truncated)

Commits
  • 7993be1 chore(release): publish v3.6.14
  • 560362d fix(VMenu): check if element still exists before closing parent (#20249)
  • 867b2ab fix(VSkeletonLoader): remove aria-label when loading finished
  • 4fd811a fix(styles): support sass 1.77.7
  • 3cc2763 fix(VSnackbar): update countdown value on timeout change
  • 3a31086 fix(VNumberInput): prevent NaN & handle js number quirks (#20211)
  • 0a31bf8 fix(VBtn): allow passing custom ripple options (#20190)
  • c264ad4 fix(Avatar): pass props.image as src to VImg defaults
  • 0bfaf12 fix(VFooter): useToggleScope for layout support
  • e38231b chore: fix build script output paths on windows (#20223)
  • Additional commits viewable in compare view


Updates @rollup/rollup-linux-x64-gnu from 4.18.0 to 4.19.1

Release notes

Sourced from @​rollup/rollup-linux-x64-gnu's releases.

v4.19.1

4.19.1

2024-07-27

Bug Fixes

  • Do not remove parantheses when tree-shaking logical expressions (#5584)
  • Do not ignore side effects in calls left of an optional chaining operator (#5589)

Pull Requests

v4.19.0

4.19.0

2024-07-20

Features

  • Implement support for decorators (#5562)

Bug Fixes

  • Improve soucemap generation when tree-shaking logical expressions (#5581)

Pull Requests

v4.18.1

4.18.1

2024-07-08

Bug Fixes

... (truncated)

Changelog

Sourced from @​rollup/rollup-linux-x64-gnu's changelog.

4.19.1

2024-07-27

Bug Fixes

  • Do not remove parantheses when tree-shaking logical expressions (#5584)
  • Do not ignore side effects in calls left of an optional chaining operator (#5589)

Pull Requests

4.19.0

2024-07-20

Features

  • Implement support for decorators (#5562)

Bug Fixes

  • Improve soucemap generation when tree-shaking logical expressions (#5581)

Pull Requests

4.18.1

2024-07-08

Bug Fixes

  • Prevent "%" in generated file names to ensure imports resolve (#5535)

... (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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions