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): Bump the production-dependencies group in /app with 5 updates #43

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

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

Package From To
@scalar/api-reference 1.25.25 1.25.54
keycloak-js 25.0.6 26.0.4
vue 3.5.10 3.5.12
vuetify 3.7.2 3.7.3
@rollup/rollup-linux-x64-gnu 4.22.5 4.24.3

Updates @scalar/api-reference from 1.25.25 to 1.25.54

Changelog

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

1.25.54

Patch Changes

  • Updated dependencies [bd8e253]
  • Updated dependencies [b9b42f6]
    • @​scalar/api-client@​2.1.39

1.25.53

Patch Changes

  • fb798c8: chore: make OpenAPI document URLs the default, deprecated content
  • cf4e9c4: fix(components): resize and scroll scalar listbox and dropdown
  • 6108625: feat: adds disclosure button on enum values
  • cfe9b85: fix: added safe parsing for oauth examples
  • 6599473: fix: arrays with allOf items render invalid examples
  • bb3dc9d: fix(api-reference): improve endpoint and tag accessibility
  • 0e19781: feat: fix reactivitiy of references + client
  • ac0f8f1: fix: fixtures schema properties margin
  • Updated dependencies [fb798c8]
  • Updated dependencies [cf4e9c4]
  • Updated dependencies [3bec045]
  • Updated dependencies [743474e]
  • Updated dependencies [743474e]
  • Updated dependencies [cfe9b85]
  • Updated dependencies [0fb3a41]
  • Updated dependencies [417e0c7]
  • Updated dependencies [4d45f7b]
  • Updated dependencies [6599473]
  • Updated dependencies [bb3dc9d]
  • Updated dependencies [0e19781]
    • @​scalar/types@​0.0.18
    • @​scalar/api-client@​2.1.38
    • @​scalar/components@​0.12.63
    • @​scalar/oas-utils@​0.2.65
    • @​scalar/themes@​0.9.45
    • @​scalar/object-utils@​1.1.11
    • @​scalar/code-highlight@​0.0.14

1.25.52

Patch Changes

  • Updated dependencies [931106f]
    • @​scalar/oas-utils@​0.2.64
    • @​scalar/api-client@​2.1.37

1.25.51

... (truncated)

Commits

Updates keycloak-js from 25.0.6 to 26.0.4

Release notes

Sourced from keycloak-js's releases.

26.0.4

26.0.2

... (truncated)

Commits
  • 436846b Set version to 26.0.4
  • 12ff16e Add oracle dependency required for IDELauncher
  • ec578c0 Automatically retrieve configuration for authorization (#34044) (#34097)
  • 1b9bf5d fix: upgrading angus mail to 2.0.3 (#34316) (#34392)
  • f196e88 Implement pagination for getLDAPRoleMappings (#34043) (#34409)
  • 5b904db Check if LDAPObject is available from a previously cached proxied user
  • f4d3f9d Ensure searched LDAPObject is properly cached before other methods that trigg...
  • c5d9edf add linear strategy to brute force
  • 993381c Make organizations chapter available in downstream (#34384)
  • a6d7e91 ConcurrentModificationException when restarting user sessions (#34314)
  • Additional commits viewable in compare view

Updates vue from 3.5.10 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.

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)
Commits
  • 770ea67 release: v3.5.12
  • c82b662 refactor(reactivity): reduce size of collectionHandlers (#12152)
  • ea943af fix(runtime-dom): prevent unnecessary updates in v-model checkbox when value ...
  • d82fa61 chore: format
  • d96883c test(reactivity): test for verifying no unnecessary calls of reactive array i...
  • 1ae545a fix(hydration): provide compat fallback for idle callback hydration strategy ...
  • 05685a9 fix(types): retain union type narrowing with defaults applied (#12108)
  • cde2c06 fix(compiler): clone loc to ifNode (#12131)
  • 4474c11 fix(compiler-sfc): use sass modern api if available and avoid deprecation war...
  • 9da1ac1 fix(runtime-core): fix required prop check false positive for kebab-case edge...
  • Additional commits viewable in compare view

Updates vuetify from 3.7.2 to 3.7.3

Release notes

Sourced from vuetify's releases.

v3.7.3

🔧 Bug Fixes

  • nested: convert ids to string in duplicate warning (2728a10)
  • styles: explicitly import global functions (2b22da1)
  • v-tooltip: log error instead of throwing (ae33530), closes #20564
  • v-tooltip: match provides from new vnode (6e9f2a1), closes #20564
  • VDataTable: remove page clamp on initial render (60bc70e), closes #17966 #20185

🧪 Labs

Commits
  • e3b9895 chore(release): publish v3.7.3
  • 2b22da1 fix(styles): explicitly import global functions
  • 60bc70e fix(VDataTable): remove page clamp on initial render
  • 488fc02 fix(VTreeview): allow multiple nodes to be loading
  • ae33530 fix(v-tooltip): log error instead of throwing
  • 6e9f2a1 fix(v-tooltip): match provides from new vnode
  • c8ed4bb chore: fix TEST_BAIL env variable name
  • 4fb1513 chore: replace cypress with vitest (#20445)
  • 1b3ed5a fix(VTreeview): search doesn't work with return-object (#20508)
  • 2728a10 fix(nested): convert ids to string in duplicate warning
  • See full diff in compare view

Updates @rollup/rollup-linux-x64-gnu from 4.22.5 to 4.24.3

Release notes

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

v4.24.3

4.24.3

2024-10-29

Bug Fixes

  • Slightly reduce memory consumption by specifying fixed array sizes where possible (#5703)

Pull Requests

v4.24.2

4.24.2

2024-10-27

Bug Fixes

  • Add missing build dependency (#5705)

Pull Requests

  • #5705: Fix "Couldn't find package" error when installing rollup using yarn (@​tagattie)

v4.24.1

4.24.1

2024-10-27

Bug Fixes

  • Support running Rollup natively on FreeBSD (#5698)

Pull Requests

v4.24.0

4.24.0

2024-10-02

... (truncated)

Changelog

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

4.24.3

2024-10-29

Bug Fixes

  • Slightly reduce memory consumption by specifying fixed array sizes where possible (#5703)

Pull Requests

4.24.2

2024-10-27

Bug Fixes

  • Add missing build dependency (#5705)

Pull Requests

  • #5705: Fix "Couldn't find package" error when installing rollup using yarn (@​tagattie)

4.24.1

2024-10-27

Bug Fixes

  • Support running Rollup natively on FreeBSD (#5698)

Pull Requests

4.24.0

2024-10-02

Features

  • Support preserving and transpiling JSX syntax (#5668)

... (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 <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

| Package | From | To |
| --- | --- | --- |
| [@scalar/api-reference](https://github.com/scalar/scalar/tree/HEAD/packages/api-reference) | `1.25.25` | `1.25.54` |
| [keycloak-js](https://github.com/keycloak/keycloak) | `25.0.6` | `26.0.4` |
| [vue](https://github.com/vuejs/core) | `3.5.10` | `3.5.12` |
| [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) | `3.7.2` | `3.7.3` |
| [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) | `4.22.5` | `4.24.3` |


Updates `@scalar/api-reference` from 1.25.25 to 1.25.54
- [Changelog](https://github.com/scalar/scalar/blob/main/packages/api-reference/CHANGELOG.md)
- [Commits](https://github.com/scalar/scalar/commits/HEAD/packages/api-reference)

Updates `keycloak-js` from 25.0.6 to 26.0.4
- [Release notes](https://github.com/keycloak/keycloak/releases)
- [Commits](keycloak/keycloak@25.0.6...26.0.4)

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

Updates `vuetify` from 3.7.2 to 3.7.3
- [Release notes](https://github.com/vuetifyjs/vuetify/releases)
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v3.7.3/packages/vuetify)

Updates `@rollup/rollup-linux-x64-gnu` from 4.22.5 to 4.24.3
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.22.5...v4.24.3)

---
updated-dependencies:
- dependency-name: "@scalar/api-reference"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: keycloak-js
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: vuetify
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@rollup/rollup-linux-x64-gnu"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2024

Superseded by #45.

@dependabot dependabot bot closed this Nov 10, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/app/production-dependencies-a021dfe201 branch November 10, 2024 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants