jozu-ai / kitops

Tools for easing the handoff between AI/ML and App/SRE teams.
https://KitOps.ml
Apache License 2.0
266 stars 26 forks source link

Bump the npm-development group in /docs with 4 updates #372

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps the npm-development group in /docs with 4 updates: autoprefixer, tailwindcss, vitepress and vue.

Updates autoprefixer from 10.4.17 to 10.4.19

Release notes

Sourced from autoprefixer's releases.

10.4.19

  • Removed end value has mixed support, consider using flex-end warning since end/start now have good support.

10.4.18

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).
Changelog

Sourced from autoprefixer's changelog.

10.4.19

  • Removed end value has mixed support, consider using flex-end warning since end/start now have good support.

10.4.18

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).
Commits


Updates tailwindcss from 3.4.1 to 3.4.4

Release notes

Sourced from tailwindcss's releases.

v3.4.4

Fixed

  • Make it possible to use multiple <alpha-value> placeholders in a single color definition (#13740)
  • Don't prefix classes in arbitrary values of has-*, group-has-*, and peer-has-* variants (#13770)
  • Support negative values for {col,row}-{start,end} utilities (#13781)
  • Update embedded browserslist database (#13792)

v3.4.3

Fixed

  • Revert changes to glob handling (#13384)

v3.4.2

Fixed

  • Ensure max specificity of 0,0,1 for button and input Preflight rules (#12735)
  • Improve glob handling for folders with (, ), [ or ] in the file path (#12715)
  • Split :has rules when using experimental.optimizeUniversalDefaults (#12736)
  • Sort arbitrary properties alphabetically across multiple class lists (#12911)
  • Add mix-blend-plus-darker utility (#12923)
  • Ensure dashes are allowed in variant modifiers (#13303)
  • Fix crash showing completions in Intellisense when using a custom separator (#13306)
  • Transpile import.meta.url in config files (#13322)
  • Reset letter spacing for form elements (#13150)
  • Fix missing xx-large and remove double x-large absolute size (#13324)
  • Don't error when encountering nested CSS unless trying to @apply a class that uses nesting (#13325)
  • Ensure that arbitrary properties respect important configuration (#13353)
  • Change dark mode selector so @apply works correctly with pseudo elements (#13379)
Changelog

Sourced from tailwindcss's changelog.

[3.4.4] - 2024-06-05

Fixed

  • Make it possible to use multiple <alpha-value> placeholders in a single color definition (#13740)
  • Don't prefix classes in arbitrary values of has-*, group-has-*, and peer-has-* variants (#13770)
  • Support negative values for {col,row}-{start,end} utilities (#13781)
  • Update embedded browserslist database (#13792)

[3.4.3] - 2024-03-27

Fixed

  • Revert changes to glob handling (#13384)

[3.4.2] - 2024-03-27

Fixed

  • Ensure max specificity of 0,0,1 for button and input Preflight rules (#12735)
  • Improve glob handling for folders with (, ), [ or ] in the file path (#12715)
  • Split :has rules when using experimental.optimizeUniversalDefaults (#12736)
  • Sort arbitrary properties alphabetically across multiple class lists (#12911)
  • Add mix-blend-plus-darker utility (#12923)
  • Ensure dashes are allowed in variant modifiers (#13303)
  • Fix crash showing completions in Intellisense when using a custom separator (#13306)
  • Transpile import.meta.url in config files (#13322)
  • Reset letter spacing for form elements (#13150)
  • Fix missing xx-large and remove double x-large absolute size (#13324)
  • Don't error when encountering nested CSS unless trying to @apply a class that uses nesting (#13325)
  • Ensure that arbitrary properties respect important configuration (#13353)
  • Change dark mode selector so @apply works correctly with pseudo elements (#13379)
Commits


Updates vitepress from 1.0.0-rc.42 to 1.2.3

Release notes

Sourced from vitepress's releases.

v1.2.3

Please refer to CHANGELOG.md for details.

v1.2.2

Please refer to CHANGELOG.md for details.

v1.2.0

Please refer to CHANGELOG.md for details.

v1.1.4

Please refer to CHANGELOG.md for details.

v1.1.3

Please refer to CHANGELOG.md for details.

v1.1.1

Please refer to CHANGELOG.md for details.

v1.1.0

Please refer to CHANGELOG.md for details.

v1.0.2

Please refer to CHANGELOG.md for details.

v1.0.1

Please refer to CHANGELOG.md for details.

v1.0.0

Please refer to CHANGELOG.md for details.

v1.0.0-rc.45

Please refer to CHANGELOG.md for details.

v1.0.0-rc.44

Please refer to CHANGELOG.md for details.

v1.0.0-rc.43

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.2.3 (2024-06-04)

Bug Fixes

  • theme,a11y: handle overflow on long mathematical equation and make tables focusable (#3932) (closes #3914) (afc611d)
  • types: wrong types generated for markdown-it > mdurl (48ca76c), closes #3935

1.2.2 (2024-05-21)

Bug Fixes

  • dont escape ampersand twice in title (7ea3572)

1.2.1 (2024-05-21)

Bug Fixes

  • a11y: make code blocks accessible with keyboard (#3902) (cb308b9)
  • escape title properly in build (49b1233)
  • theme: remove unnecessary navigation role on nav element (af4717d)

1.2.0 (2024-05-18)

Bug Fixes

  • build: show file info on error (f0debd2)
  • dev: match dev and prod routing behavior (#3837) (b360ac8)
  • markdown: entities and escapes not working properly (#3882) (d5dbd70)
  • render 404 page completely on client to infer locale from browser path (#3858) (728cb15)
  • style: prefer YaHei over DengXian (f0a37b4)
  • theme/regression: custom font not applying in Chinese docs because of specificity (fa2f38a), closes #3864
  • theme: external link icon not visible for target _blank links (d08eeed), closes #3327
  • theme: fix invalid vp-offset in ssr (9794877)

Features

  • build/i18n: support customizing copy code button's tooltip text (#3854) (ed6ada7)
  • build: add localeIndex to md.env (#3862) (0cbb469)

1.1.4 (2024-04-27)

Bug Fixes

  • dev: multiple server instances being created when editing config too quickly (#3835) (729a890)
  • theme/a11y: add unique name to footer prev / next navigation landmark (e60c101)
  • theme/a11y: remove duplicate assistive text from outline nav (#3803) (733d986)
  • theme/i18n: 404 page not showing localized text (#3833) (cc11b8e)
  • theme: disable keypress effect on search button (ccc37bb)
  • theme: don't use Chinese quotes on non-Chinese documents (#3834) (75115f4)
  • theme: leaking event listener when going back/forward on Safari on iOS (#3658) (#3671) (1a72181)

... (truncated)

Commits
  • e313a27 release: v1.2.3
  • a83a662 chore: bump deps
  • 48ca76c fix(types): wrong types generated for markdown-it > mdurl
  • afc611d fix(theme,a11y): handle overflow on long mathematical equation and make table...
  • b2fa932 chore: bump deps
  • 1188951 docs: update installation command for yarn pnp
  • 49dbfb4 release: v1.2.2
  • 7ea3572 fix: dont escape ampersand twice in title
  • d8c0c0a release: v1.2.1
  • 49b1233 fix: escape title properly in build
  • Additional commits viewable in compare view


Updates vue from 3.4.27 to 3.4.29

Release notes

Sourced from vue's releases.

v3.4.29

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

v3.4.28

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.29 (2024-06-14)

Bug Fixes

  • build: fix accidental inclusion of runtime-core in server-renderer cjs build (11cc12b), closes #11137
  • compiler-sfc: fix missing scope for extends error message (4ec387b)
  • compiler-sfc: fix parsing of mts, d.mts, and mtsx files (a476692)
  • compiler-sfc: support @​vue-ignore comment on more type sources (a23e99b)
  • custom-element: support same direct setup function signature in defineCustomElement (7c8b126), closes #11116
  • reactivity: avoid infinite loop when render access a side effect computed (#11135) (8296e19), closes #11121

3.4.28 (2024-06-14)

Bug Fixes

  • compat: correctly transform non-identifier expressions in legacy filter syntax (#10896) (07b3c4b), closes #10852
  • compat: ensure proper handling of render fuction from SFC using Vue.extend (#7781) (c73847f), closes #7766
  • compat: only warn ATTR_FALSE_VALUE when enabled (04729ba), closes #11126
  • compile-sfc: register props destructure rest id as setup bindings (#10888) (b2b5f57), closes #10885
  • compile-sfc: Support project reference with folder, (#10908) (bdeac37), closes #10907
  • compiler-core: allow unicode to appear in simple identifiers (#6765) (3ea9644), closes #6367
  • compiler-core: change v-for key type to match Object.keys (#10963) (9fead52), closes #8819
  • compiler-core: emit TS-compatible function declaration when requested (#9363) (5d25850)
  • compiler-core: fix :key shorthand on v-for (#10942) (29425df), closes #10882 #10939
  • compiler-core: make ForIteratorExpression's returns property optional (#11011) (5b8c1af)
  • compiler-core: should set <math> tag as block to retain MathML namespace after patching (#10891) (87c5443)
  • compiler-core: v-for expression missing source with spaces should emit error (#5821) (b9ca202), closes #5819
  • compiler-sfc: improve type resolving for the keyof operator (#10921) (293cf4e), closes #10920 #11002
  • compiler-sfc: support as keyword with template literal types (#11100) (2594b1d), closes #10962
  • compiler-sfc: support type resolve for keyof for intersection & union types (#11132) (495263a), closes #11129
  • compiler-sfc: throw error when import macro as alias (#11041) (34a97ed)
  • correct the type of <details>'s onToggle event handler (#10938) (fd18ce7), closes #10928
  • custom-element: disconnect MutationObserver in nextTick in case that custom elements are moved (#10613) (bbb5be2), closes #10610
  • custom-elements: compatibility of createElement in older versions of Chrome (#9615) (a88295d), closes #9614
  • hmr: avoid infinite recursion when reloading hmr components (#6936) (36bd9b0), closes #6930
  • hydration: log hydration error even when using async components (#9403) (5afc76c), closes #9369
  • KeepAlive: properly cache nested Suspense subtree (#10912) (07764fe)
  • npm: explicitly add @vue/reactivity as dependency of @vue/runtime-dom (#10468) (ec424f6)
  • reactivity: pass oldValue in debug info when triggering refs (#8210) (3b0a56a), closes vuejs/pinia#2061
  • runtime-core: avoid traversing static children for vnodes w/ PatchFlags.BAIL (#11115) (b557d3f), closes #10547
  • runtime-core: do not fire mount/activated hooks if unmounted before mounted (#9370) (aa156ed), closes #8898 #9264 #9617
  • runtime-core: ensure suspense creates dep component's render effect with correct optimized flag (#7689) (c521f95), closes #7688
  • runtime-core: fix missed updates when passing text vnode to <component :is> (#8304) (b310ec3), closes #8298
  • runtime-core: fix stale v-memo after v-if toggle (#6606) (edf2638), closes #6593
  • runtime-core: fix Transition for components with root-level v-if (#7678) (ef2e737), closes #7649
  • runtime-dom: also set attribute for form element state (537a571), closes #6007 #6012

... (truncated)

Commits
  • e5ca13a release: v3.4.29
  • cc04fd2 chore: exclude sfc local proxy files from tsconfig
  • 1e42f24 workflow: improve release script ci status check
  • 8296e19 fix(reactivity): avoid infinite loop when render access a side effect compute...
  • a23e99b fix(compiler-sfc): support @​vue-ignore comment on more type sources
  • a476692 fix(compiler-sfc): fix parsing of mts, d.mts, and mtsx files
  • 4ec387b fix(compiler-sfc): fix missing scope for extends error message
  • 11cc12b fix(build): fix accidental inclusion of runtime-core in server-renderer cjs b...
  • bda5ff1 chore: fix missing type import
  • 7c8b126 fix(custom-element): support same direct setup function signature in defineCu...
  • Additional commits viewable 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
dependabot[bot] commented 1 week ago

Looks like these dependencies are no longer updatable, so this is no longer needed.