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 #39

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 4 weeks ago

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

Package From To
@scalar/api-reference 1.25.9 1.25.25
keycloak-js 25.0.2 25.0.6
vue 3.5.1 3.5.10
vue-router 4.4.3 4.4.5
vuetify 3.7.1 3.7.2

Updates @scalar/api-reference from 1.25.9 to 1.25.25

Changelog

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

1.25.25

Patch Changes

  • Updated dependencies [9b010e6]
  • Updated dependencies [d8baf4e]
  • Updated dependencies [8554e60]
  • Updated dependencies [d8baf4e]
  • Updated dependencies [b4d1e1b]
  • Updated dependencies [9057781]
  • Updated dependencies [d9ff13e]
    • @​scalar/api-client@​2.1.11
    • @​scalar/components@​0.12.49
    • @​scalar/oas-utils@​0.2.50

1.25.24

Patch Changes

  • Updated dependencies [3647181]
  • Updated dependencies [e22c6ce]
    • @​scalar/api-client@​2.1.10

1.25.23

Patch Changes

  • e4b326e: feat: support for multiple examples in schemas
  • 963b9cd: fix: removed global listeners to prevent random jumping bug
  • cd8ba1c: feat: added setting of initial security schemes in the client
  • e4b326e: fix(api-reference): show examples in models section
  • Updated dependencies [963b9cd]
  • Updated dependencies [cd8ba1c]
  • Updated dependencies [8b6633d]
  • Updated dependencies [fb0d9a3]
    • @​scalar/api-client@​2.1.9
    • @​scalar/oas-utils@​0.2.49

1.25.22

Patch Changes

  • Updated dependencies [f961940]
  • Updated dependencies [f961940]
  • Updated dependencies [dc20180]
  • Updated dependencies [70857ed]
    • @​scalar/types@​0.0.11
    • @​scalar/themes@​0.9.32
    • @​scalar/api-client@​2.1.8
    • @​scalar/components@​0.12.48

... (truncated)

Commits


Updates keycloak-js from 25.0.2 to 25.0.6

Release notes

Sourced from keycloak-js's releases.

25.0.6

25.0.5

25.0.4

... (truncated)

Commits
  • ab33487 Set version to 25.0.6
  • 9f37a83 Improve handling for loopback redirect-uri validation (#195)
  • ae6a686 Use references to obtain the signed elements in a signature (#188)
  • f253f90 Do not send attributes when unlocking the user (#32993)
  • 9b1df07 Do not automatically re-import users if they already exist locally when searc...
  • 966bc46 fix: refining v2 hostname validation (#32659) (#32809)
  • 8c813e0 Ensure realm attributes import happens before client import
  • 109db4f Remove @​NoCache annotation in admin client interfaces (#32795)
  • 19e557d Set idle time the same as for the internal cache, but extend it for refreshes
  • 48c2b02 Include rfc4648 in the import map for login v2
  • Additional commits viewable in compare view


Updates vue from 3.5.1 to 3.5.10

Release notes

Sourced from vue's releases.

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.

Changelog

Sourced from vue's changelog.

3.5.10 (2024-09-27)

Bug Fixes

  • custom-element: properly set kebab-case props on Vue custom elements (ea3efa0), closes #12030 #12032
  • reactivity: fix nested batch edge case (93c95dd)
  • reactivity: only clear notified flags for computed in first batch iteration (aa9ef23), closes #12045
  • types/ref: handle nested refs in UnwrapRef (#12049) (e2c19c2), closes #12044

3.5.9 (2024-09-26)

Bug Fixes

3.5.8 (2024-09-22)

Bug Fixes

  • reactivity: do not remove dep from depsMap when cleaning up deps of computed (#11995) (0267a58)

3.5.7 (2024-09-20)

Bug Fixes

  • compile-core: fix v-model with newlines edge case (#11960) (6224288), closes #8306
  • compiler-sfc: initialize scope with null prototype object (#11963) (215e154)
  • hydration: avoid observing non-Element node (#11954) (7257e6a), closes #11952
  • reactivity: do not remove dep from depsMap when unsubbed by computed (960706e)
  • reactivity: fix dev-only memory leak by updating dep.subsHead on sub removal (5c8b76e), closes #11956
  • reactivity: fix memory leak from dep instances of garbage collected objects (235ea47), closes #11979 #11971
  • reactivity: fix triggerRef call on ObjectRefImpl returned by toRef (#11986) (b030c8b), closes #11982
  • scheduler: ensure recursive jobs can't be queued twice (#11955) (d18d6aa)
  • ssr: don't render comments in TransitionGroup (#11961) (a2f6ede), closes #11958
  • transition: respect duration setting even when it is 0 (#11967) (f927a4a)

... (truncated)

Commits
  • 4b09ab2 release: v3.5.10
  • 93c95dd fix(reactivity): fix nested batch edge case
  • aa9ef23 fix(reactivity): only clear notified flags for computed in first batch iteration
  • 60c2029 test: add test case for #11928
  • e2c19c2 fix(types/ref): handle nested refs in UnwrapRef (#12049)
  • ea3efa0 fix(custom-element): properly set kebab-case props on Vue custom elements
  • a77b959 workflow: link to release workflow in release script [ci skip]
  • 01f15be release: v3.5.9
  • 10ff159 fix(reactivity): fix recursive sync watcher on computed edge case
  • cb34b28 fix(runtime-core): avoid rendering plain object as VNode (#12038)
  • Additional commits viewable in compare view


Updates vue-router from 4.4.3 to 4.4.5

Release notes

Sourced from vue-router's releases.

v4.4.5

Please refer to CHANGELOG.md for details.

v4.4.4

Please refer to CHANGELOG.md for details.

Commits
  • 14219b0 release: vue-router@4.4.5
  • 5e20afb fix: fix mods in aliases
  • c7dd2a1 fix: mods must be added only wiht defineProperty
  • a8df616 fix: make internal property non enumerable
  • be68148 release: vue-router@4.4.4
  • 5ff2cd0 feat(loaders): internal mods in route records
  • 4861467 fix(ssr): handle symboless Modules in dynamic imports (#2355)
  • ba3ab9a docs: fix small colors
  • 99c7251 docs: refactor and fix become sponsor button colors
  • 00dd266 chore: pin vue versions because of withDefaults bug in compiler
  • Additional commits viewable in compare view


Updates vuetify from 3.7.1 to 3.7.2

Release notes

Sourced from vuetify's releases.

v3.7.2

:wrench: Bug Fixes

  • a11y: add aria-current="page" attribute to links (#20413) (bc647f6), closes #20399
  • nested: use reactive proxy of opened (#20438) (4e41c7e)
  • nested: Prevent infinite loops when resolving path (#20390) (970f827), closes #20389
  • v-tooltip: use textContent instead of innerHTML (ca49443)
  • v-tooltip: use default location from VTooltip (45e0c8a)
  • VDialog: add height to form in fullscreen dialog (#20417) (eb0c99e), closes #20416
  • VDialog: remove aria-expanded from activator (#20414) (1c40ed4)

:test_tube: Labs

Commits
  • 5511c5c chore(release): publish v3.7.2
  • 4e41c7e fix(nested): use reactive proxy of opened (#20438)
  • 1979fd7 chore: replace jest with vitest
  • ca49443 fix(v-tooltip): use textContent instead of innerHTML
  • bc647f6 fix(a11y): add aria-current="page" attribute to links (#20413)
  • 45e0c8a fix(v-tooltip): use default location from VTooltip
  • eb0c99e fix(VDialog): add height to form in fullscreen dialog (#20417)
  • 1c40ed4 fix(VDialog): remove aria-expanded from activator (#20414)
  • 970f827 fix(nested): Prevent infinite loops when resolving path (#20390)
  • f95a405 fix(VTreeview): Load children when expanded (#20364)
  • See full diff in compare view


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