Discord Server Management with Online Control panel included 🖥️

Overview

github-release-downloads github-stars github-code-size github-license

In this repository we keep the current state of development of the Discord Bot management system written in Java, Vue 3 and Express.js. We have a heap of documentation available for the code in this repository. You may be interested in the...

  • Issues if you want to request a feature or to report a bug.
  • Discussions if you need help from the community or if you want to share your experience with others. 💓
  • Wiki if you quickly need guides for this project.
  • Code of Conduct before you start to work in this project.
  • Contributing Guidelines if you intend to contribute to this project yourself.

📚 Table of Contents

  • Features
  • Planned Features
  • Known critical bugs
  • Credits & Dependencies
  • Setup
  • Discord
  • License

Core Features

Discord Bot (/bot)

  • Backup System

Planned and cancelled features can be found on the 🌟 Features wiki page.


⚠️ Known critical bugs

  • Currently there are no known critical bugs, if you found a critical bug check out the Security Policy to find more information how you can help to make this project safer for everyone.

📋 Credits and Dependencies

The full credits and dependencies can be found on the 📋 Credits and Dependencies wiki page.


⬇️ Setup

The entire setup process can be found on the ⬇️ Setup wiki page.

Discord

Discord Server

License

This project is subject to the Apache-2.0 license.

Comments
  • 🖥️ Website: Authentication System

    🖥️ Website: Authentication System

    What problem does this feature solve?

    • [ ] #18
    • [ ] #39 (Authentication views)
    • [ ] Axios installation
    • [ ] Vuex installation
    • [ ] Vuex store configuration
    • [ ] Login storage in vuex
    • [ ] Implement login functionality in router

    If I forget anything feel free to write a comment.

    ⚠️ invalid 
    opened by felixunrein 2
  • Bump tailwindcss from 3.1.8 to 3.2.3 in /website

    Bump tailwindcss from 3.1.8 to 3.2.3 in /website

    Bumps tailwindcss from 3.1.8 to 3.2.3.

    Release notes

    Sourced from tailwindcss's releases.

    v3.2.3

    Fixed

    • Fixed use of raw content in the CLI (#9773)
    • Pick up changes from files that are both context and content deps (#9787)
    • Sort pseudo-elements ONLY after classes when using variants and @apply (#9765)
    • Support important utilities in the safelist (pattern must include a !) (#9791)

    v3.2.2

    Fixed

    • Escape special characters in resolved content base paths (#9650)
    • Don't reuse container for array returning variant functions (#9644)
    • Exclude non-relevant selectors when generating rules with the important modifier (#9677)
    • Fix merging of arrays during config resolution (#9706)
    • Ensure configured font-feature-settings are included in Preflight (#9707)
    • Fix fractional values not being parsed properly inside arbitrary properties (#9705)
    • Fix incorrect selectors when using @apply in selectors with combinators and pseudos (#9722)
    • Fix cannot read properties of undefined (reading 'modifier') (#9656, aa979d6)

    v3.2.1

    Fixed

    • Fix missing supports in types (#9616)
    • Fix missing PostCSS dependencies in the CLI (#9617)
    • Ensure micromatch is a proper CLI dependency (#9620)
    • Ensure modifier values exist when using a modifiers object for matchVariant (ba6551d)

    v3.2.0

    We just released Tailwind CSS v3.2! Read the announcement post for more details about the most exciting new features.


    Added

    • Add new @config directive (#9405)
    • Add new relative: true option to resolve content paths relative to the config file (#9396)
    • Add new supports-* variant (#9453)
    • Add new min-* and max-* variants (#9558)
    • Add new aria-* variants (#9557, #9588)
    • Add new data-* variants (#9559, #9588)
    • Add new break-keep utility for word-break: keep-all (#9393)
    • Add new collapse utility for visibility: collapse (#9181)
    • Add new fill-none utility for fill: none (#9403)
    • Add new stroke-none utility for stroke: none (#9403)
    • Add new place-content-baseline utility for place-content: baseline (#9498)
    • Add new place-items-baseline utility for place-items: baseline (#9507)
    • Add new content-baseline utility for align-content: baseline (#9507)
    • Add support for configuring default font-feature-settings for a font family (#9039)
    • Add standalone CLI build for 32-bit Linux on ARM (node16-linux-armv7) (#9084)

    ... (truncated)

    Changelog

    Sourced from tailwindcss's changelog.

    [3.2.3] - 2022-11-09

    Fixed

    • Fixed use of raw content in the CLI (#9773)
    • Pick up changes from files that are both context and content deps (#9787)
    • Sort pseudo-elements ONLY after classes when using variants and @apply (#9765)
    • Support important utilities in the safelist (pattern must include a !) (#9791)

    [3.2.2] - 2022-11-04

    Fixed

    • Escape special characters in resolved content base paths (#9650)
    • Don't reuse container for array returning variant functions (#9644)
    • Exclude non-relevant selectors when generating rules with the important modifier (#9677)
    • Fix merging of arrays during config resolution (#9706)
    • Ensure configured font-feature-settings are included in Preflight (#9707)
    • Fix fractional values not being parsed properly inside arbitrary properties (#9705)
    • Fix incorrect selectors when using @apply in selectors with combinators and pseudos (#9722)
    • Fix cannot read properties of undefined (reading 'modifier') (#9656, aa979d6)

    [3.2.1] - 2022-10-21

    Fixed

    [3.2.0] - 2022-10-19

    Added

    • Add new @config directive (#9405)
    • Add new relative: true option to resolve content paths relative to the config file (#9396)
    • Add new supports-* variant (#9453)
    • Add new min-* and max-* variants (#9558)
    • Add new aria-* variants (#9557, #9588)
    • Add new data-* variants (#9559, #9588)
    • Add new break-keep utility for word-break: keep-all (#9393)
    • Add new collapse utility for visibility: collapse (#9181)
    • Add new fill-none utility for fill: none (#9403)
    • Add new stroke-none utility for stroke: none (#9403)
    • Add new place-content-baseline utility for place-content: baseline (#9498)
    • Add new place-items-baseline utility for place-items: baseline (#9507)
    • Add new content-baseline utility for align-content: baseline (#9507)
    • Add support for configuring default font-feature-settings for a font family (#9039)
    • Add standalone CLI build for 32-bit Linux on ARM (node16-linux-armv7) (#9084)

    ... (truncated)

    Commits
    • 757a8d6 update changelog
    • 6166e59 3.2.3
    • 8a2f9ed Fix !important selectors not being classified as valid class inside safelist ...
    • 6bd9912 Only sort pseudo elements after classes when using @apply and variants (#9765)
    • aac468c Pick up changes from files that are both context and content deps (#9787)
    • 1f5d117 Fix shadowed variable when using raw content (#9773)
    • 48c0dca Update eslint to version 8.26.0
    • 763fdde 3.2.2
    • a5b6ec2 update changelog
    • 260e392 Update cssnano to version 5.1.14
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • Bump vue from 3.2.41 to 3.2.44 in /website

    Bump vue from 3.2.41 to 3.2.44 in /website

    Bumps vue from 3.2.41 to 3.2.44.

    Release notes

    Sourced from vue's releases.

    v3.2.44

    Please refer to CHANGELOG.md for details.

    v3.2.43

    Please refer to CHANGELOG.md for details.

    v3.2.42

    Please refer to CHANGELOG.md for details.

    Changelog

    Sourced from vue's changelog.

    3.2.44 (2022-11-09)

    Bug Fixes

    • watch: for immediate watch with single source, ensure cb is called with undefined as oldValue (#7075) (5dc593b), closes #7074

    3.2.43 (2022-11-09)

    Bug Fixes

    • watch: ensure oldValue in multi-source watcher is always an array (23e85e2), closes #7070

    3.2.42 (2022-11-09)

    Bug Fixes

    • compiler-core/v-on: only apply case preservation on native elements (#6902) (5bfe438), closes #6900
    • compiler-core/v-on: support inline handler with return type annotation (#6769) (bcfe480), closes #6378
    • compiler-core: avoid duplicate keys in codegen with v-if (#6689) (640cfce), closes #6641
    • compiler-core: fix parsing error on comments between v-if in prod (dd3354c), closes #6843
    • compiler-core: keep whitespaces between interpolation and comment (#6828) (4887618), closes #6352
    • compiler-sfc: add semicolon after defineProps statement (#6461) (b72a4af), closes #6428
    • compiler-sfc: allow type annotation for defineEmits variable (#5394) (eab7604), closes #5393
    • compiler-sfc: check import source during binding analysation (#6826) (4a00fdd), closes #6825
    • compiler-sfc: fix binding analysis for aliased late import (8d1f526)
    • compiler-sfc: fix macro usage in multi-variable declaration (#6778) (99b6697), closes #6757
    • compiler-sfc: handle method shorthand syntax in withDefaults (#6972) (8a882ce), closes #6971
    • compiler-sfc: only escape parsing-breaking characters in v-bind css var names (#6816) (57c9013), closes #6803
    • compiler-sfc: require <template> or in SFC (#6781) (a0c7f27), closes #6676
    • compiler-sfc: resolve computed object key (#6963) (910fa76)
    • compiler-sfc: support using extends interface with defineProps() (#4512) (83f7e6f), closes #4498
    • compiler-ssr: fix invalid codegen when v-slot name is explicit empty attr (#3326) (09bb3e9)
    • compiler/runtime-dom: ignore comments in inline styles (#6808) (50e2253), closes #6807
    • compiler: avoid namespace collisions when transforming template refs in inline mode (#6975) (2c27556), closes #6964
    • hmr: fix hmr for components managed by keep-alive (#6809) (bdaf83a), closes #6222
    • reactivity-transform: add semicolon after statements (#6303) (c4f213b)
    • reactivity-transform: respect user defined symbols that conflict with macros (#6840) (7663a79), closes #6838
    • reactivity: enable trigger when use str to set length of arr (#6810) (e6224f4)
    • runtime-core: in operator returning false for built-in instance properties in exposeProxy (#6138) (32b5124), closes #6137
    • runtime-core: custom-element: ensure number casting of camelCase props. (fix: #5374) (#5377) (b0b74a1)
    • runtime-core: do not throw on unknown directives (#6671) (0455378), closes #6340
    • runtime-core: ensure props definition objects are not mutated during props normalization (close: #6915) (#6916) (54b6ba3)
    • runtime-core: watching multiple values - handle undefined as initial values (fix: #5032) (#5033) (bc167b5)

    ... (truncated)

    Commits
    • ec795bf release: v3.2.44
    • 5dc593b fix(watch): for immediate watch with single source, ensure cb is called with ...
    • 9a816dc dx(runtime-dom): warn when a style value ends in a semicolon (#7062)
    • fccfb18 chore(compat): change 'vnode-' to 'vue:' in event hooks warning (#7063)
    • dc9f994 workflow: switch to simple-git-hooks (#7069)
    • 71977ec release: v3.2.43
    • 23e85e2 fix(watch): ensure oldValue in multi-source watcher is always an array
    • d33292d chore: return early in warn() in prod
    • 3e223f1 chore: include terser in workspace deps [ci skip]
    • 8dbf083 build: put ssrContext warning behind DEV flag
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • Bump loader-utils from 1.4.0 to 1.4.1 in /website

    Bump loader-utils from 1.4.0 to 1.4.1 in /website

    Bumps loader-utils from 1.4.0 to 1.4.1.

    Release notes

    Sourced from loader-utils's releases.

    v1.4.1

    1.4.1 (2022-11-07)

    Bug Fixes

    Changelog

    Sourced from loader-utils's changelog.

    1.4.1 (2022-11-07)

    Bug Fixes

    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
    dependencies javascript 
    opened by dependabot[bot] 1
  • Bump vue from 3.2.41 to 3.2.42 in /website

    Bump vue from 3.2.41 to 3.2.42 in /website

    Bumps vue from 3.2.41 to 3.2.42.

    Release notes

    Sourced from vue's releases.

    v3.2.42

    Please refer to CHANGELOG.md for details.

    Changelog

    Sourced from vue's changelog.

    3.2.42 (2022-11-09)

    Bug Fixes

    • compiler-core/v-on: only apply case preservation on native elements (#6902) (5bfe438), closes #6900
    • compiler-core/v-on: support inline handler with return type annotation (#6769) (bcfe480), closes #6378
    • compiler-core: avoid duplicate keys in codegen with v-if (#6689) (640cfce), closes #6641
    • compiler-core: fix parsing error on comments between v-if in prod (dd3354c), closes #6843
    • compiler-core: keep whitespaces between interpolation and comment (#6828) (4887618), closes #6352
    • compiler-sfc: add semicolon after defineProps statement (#6461) (b72a4af), closes #6428
    • compiler-sfc: allow type annotation for defineEmits variable (#5394) (eab7604), closes #5393
    • compiler-sfc: check import source during binding analysation (#6826) (4a00fdd), closes #6825
    • compiler-sfc: fix binding analysis for aliased late import (8d1f526)
    • compiler-sfc: fix macro usage in multi-variable declaration (#6778) (99b6697), closes #6757
    • compiler-sfc: handle method shorthand syntax in withDefaults (#6972) (8a882ce), closes #6971
    • compiler-sfc: only escape parsing-breaking characters in v-bind css var names (#6816) (57c9013), closes #6803
    • compiler-sfc: require <template> or in SFC (#6781) (a0c7f27), closes #6676
    • compiler-sfc: resolve computed object key (#6963) (910fa76)
    • compiler-sfc: support using extends interface with defineProps() (#4512) (83f7e6f), closes #4498
    • compiler-ssr: fix invalid codegen when v-slot name is explicit empty attr (#3326) (09bb3e9)
    • compiler/runtime-dom: ignore comments in inline styles (#6808) (50e2253), closes #6807
    • compiler: avoid namespace collisions when transforming template refs in inline mode (#6975) (2c27556), closes #6964
    • hmr: fix hmr for components managed by keep-alive (#6809) (bdaf83a), closes #6222
    • reactivity-transform: add semicolon after statements (#6303) (c4f213b)
    • reactivity-transform: respect user defined symbols that conflict with macros (#6840) (7663a79), closes #6838
    • reactivity: enable trigger when use str to set length of arr (#6810) (e6224f4)
    • runtime-core: in operator returning false for built-in instance properties in exposeProxy (#6138) (32b5124), closes #6137
    • runtime-core: custom-element: ensure number casting of camelCase props. (fix: #5374) (#5377) (b0b74a1)
    • runtime-core: do not throw on unknown directives (#6671) (0455378), closes #6340
    • runtime-core: ensure props definition objects are not mutated during props normalization (close: #6915) (#6916) (54b6ba3)
    • runtime-core: watching multiple values - handle undefined as initial values (fix: #5032) (#5033) (bc167b5)
    • runtime-dom: ensure customElement handles empty props correctly. (#6182) (f67bb50), closes #6163 #6895
    • sfc/types: improve the type inference using withDefaults (#6764) (168c857), closes #6552
    • shared: fix parsing of multi-line inline style (#6777) (9768949)
    • ssr: remove css number value check (#6636) (79e7c1e), closes #6625
    • transition/keep-alive: fix unmount bug for component with out-in transition (#6839) (64e6d92), closes #6835
    • types/reactivity-transform: fix type when initial value is not used (#6821) (fdc5902), closes #6820
    • types: $watch callback parameters type (#6136) (41d9c47), closes #6135
    • types: ensure createBlock() helper accepts Teleport and Supsense types (fix: #2855) (#5458) (e5fc7dc)
    • types: export Raw type (#6380) (e9172db), closes #7048
    • types: should unwrap tuple correctly (#3820) (e816812), closes #3819
    • types: stricter type condition for EventHandlers (#6855) (bad3f3c), closes #6899
    • types: support inferring injected properties in options api (#6804) (e4de623), closes #3031 #5931
    • v-model: fix trim modifier on events with non-string args ( (#5770) (018b850), closes #5765
    Commits
    • f023d49 release: v3.2.42
    • 57c9013 fix(compiler-sfc): only escape parsing-breaking characters in v-bind css var ...
    • 2c27556 fix(compiler): avoid namespace collisions when transforming template refs in ...
    • 8a882ce fix(compiler-sfc): handle method shorthand syntax in withDefaults (#6972)
    • 5bfe438 fix(compiler-core/v-on): only apply case preservation on native elements (#6902)
    • 910fa76 fix(compiler-sfc): resolve computed object key (#6963)
    • 7663a79 fix(reactivity-transform): respect user defined symbols that conflict with ma...
    • bad3f3c fix(types): stricter type condition for EventHandlers (#6855)
    • dd3354c fix(compiler-core): fix parsing error on comments between v-if in prod
    • 64e6d92 fix(transition/keep-alive): fix unmount bug for component with out-in transit...
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • Bump tailwindcss from 3.1.8 to 3.2.2 in /website

    Bump tailwindcss from 3.1.8 to 3.2.2 in /website

    Bumps tailwindcss from 3.1.8 to 3.2.2.

    Release notes

    Sourced from tailwindcss's releases.

    v3.2.2

    Fixed

    • Escape special characters in resolved content base paths (#9650)
    • Don't reuse container for array returning variant functions (#9644)
    • Exclude non-relevant selectors when generating rules with the important modifier (#9677)
    • Fix merging of arrays during config resolution (#9706)
    • Ensure configured font-feature-settings are included in Preflight (#9707)
    • Fix fractional values not being parsed properly inside arbitrary properties (#9705)
    • Fix incorrect selectors when using @apply in selectors with combinators and pseudos (#9722)
    • Fix cannot read properties of undefined (reading 'modifier') (#9656, aa979d6)

    v3.2.1

    Fixed

    • Fix missing supports in types (#9616)
    • Fix missing PostCSS dependencies in the CLI (#9617)
    • Ensure micromatch is a proper CLI dependency (#9620)
    • Ensure modifier values exist when using a modifiers object for matchVariant (ba6551d)

    v3.2.0

    We just released Tailwind CSS v3.2! Read the announcement post for more details about the most exciting new features.


    Added

    • Add new @config directive (#9405)
    • Add new relative: true option to resolve content paths relative to the config file (#9396)
    • Add new supports-* variant (#9453)
    • Add new min-* and max-* variants (#9558)
    • Add new aria-* variants (#9557, #9588)
    • Add new data-* variants (#9559, #9588)
    • Add new break-keep utility for word-break: keep-all (#9393)
    • Add new collapse utility for visibility: collapse (#9181)
    • Add new fill-none utility for fill: none (#9403)
    • Add new stroke-none utility for stroke: none (#9403)
    • Add new place-content-baseline utility for place-content: baseline (#9498)
    • Add new place-items-baseline utility for place-items: baseline (#9507)
    • Add new content-baseline utility for align-content: baseline (#9507)
    • Add support for configuring default font-feature-settings for a font family (#9039)
    • Add standalone CLI build for 32-bit Linux on ARM (node16-linux-armv7) (#9084)
    • Add future flag to disable color opacity utility plugins (#9088)
    • Add negative value support for outline-offset (#9136)
    • Add support for modifiers to matchUtilities (#9541)
    • Allow negating utilities using min/max/clamp (#9237)
    • Implement fallback plugins when there is ambiguity between plugins when using arbitrary values (#9376)
    • Support sort function in matchVariant (#9423)
    • Upgrade to postcss-nested v6.0 (#9546)

    ... (truncated)

    Changelog

    Sourced from tailwindcss's changelog.

    [3.2.2] - 2022-11-04

    Fixed

    • Escape special characters in resolved content base paths (#9650)
    • Don't reuse container for array returning variant functions (#9644)
    • Exclude non-relevant selectors when generating rules with the important modifier (#9677)
    • Fix merging of arrays during config resolution (#9706)
    • Ensure configured font-feature-settings are included in Preflight (#9707)
    • Fix fractional values not being parsed properly inside arbitrary properties (#9705)
    • Fix incorrect selectors when using @apply in selectors with combinators and pseudos (#9722)
    • Fix cannot read properties of undefined (reading 'modifier') (#9656, aa979d6)

    [3.2.1] - 2022-10-21

    Fixed

    [3.2.0] - 2022-10-19

    Added

    • Add new @config directive (#9405)
    • Add new relative: true option to resolve content paths relative to the config file (#9396)
    • Add new supports-* variant (#9453)
    • Add new min-* and max-* variants (#9558)
    • Add new aria-* variants (#9557, #9588)
    • Add new data-* variants (#9559, #9588)
    • Add new break-keep utility for word-break: keep-all (#9393)
    • Add new collapse utility for visibility: collapse (#9181)
    • Add new fill-none utility for fill: none (#9403)
    • Add new stroke-none utility for stroke: none (#9403)
    • Add new place-content-baseline utility for place-content: baseline (#9498)
    • Add new place-items-baseline utility for place-items: baseline (#9507)
    • Add new content-baseline utility for align-content: baseline (#9507)
    • Add support for configuring default font-feature-settings for a font family (#9039)
    • Add standalone CLI build for 32-bit Linux on ARM (node16-linux-armv7) (#9084)
    • Add future flag to disable color opacity utility plugins (#9088)
    • Add negative value support for outline-offset (#9136)
    • Add support for modifiers to matchUtilities (#9541)
    • Allow negating utilities using min/max/clamp (#9237)
    • Implement fallback plugins when there is ambiguity between plugins when using arbitrary values (#9376)
    • Support sort function in matchVariant (#9423)
    • Upgrade to postcss-nested v6.0 (#9546)

    Fixed

    ... (truncated)

    Commits
    • 763fdde 3.2.2
    • a5b6ec2 update changelog
    • 260e392 Update cssnano to version 5.1.14
    • 30d2595 Update autoprefixer to version 10.4.13
    • 226be11 update changelog
    • aa979d6 ensure we fallback to '' for backwards compatibility reasons
    • bf28bf6 Fix cannot read properties of undefined (reading 'modifier') (#9656)
    • 0a4ae77 Fix not rebuilding files when rename event is emit (#9689)
    • d33b650 Fix incorrect selectors when using @apply in selectors with combinators and...
    • c10ba4e Fix fractional values not being parsed properly inside arbitrary properties (...
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • Bump tailwindcss from 3.1.8 to 3.2.1 in /website

    Bump tailwindcss from 3.1.8 to 3.2.1 in /website

    Bumps tailwindcss from 3.1.8 to 3.2.1.

    Release notes

    Sourced from tailwindcss's releases.

    v3.2.1

    Fixed

    • Fix missing supports in types (#9616)
    • Fix missing PostCSS dependencies in the CLI (#9617)
    • Ensure micromatch is a proper CLI dependency (#9620)
    • Ensure modifier values exist when using a modifiers object for matchVariant (ba6551d)

    v3.2.0

    We just released Tailwind CSS v3.2! Read the announcement post for more details about the most exciting new features.


    Added

    • Add new @config directive (#9405)
    • Add new relative: true option to resolve content paths relative to the config file (#9396)
    • Add new supports-* variant (#9453)
    • Add new min-* and max-* variants (#9558)
    • Add new aria-* variants (#9557, #9588)
    • Add new data-* variants (#9559, #9588)
    • Add new break-keep utility for word-break: keep-all (#9393)
    • Add new collapse utility for visibility: collapse (#9181)
    • Add new fill-none utility for fill: none (#9403)
    • Add new stroke-none utility for stroke: none (#9403)
    • Add new place-content-baseline utility for place-content: baseline (#9498)
    • Add new place-items-baseline utility for place-items: baseline (#9507)
    • Add new content-baseline utility for align-content: baseline (#9507)
    • Add support for configuring default font-feature-settings for a font family (#9039)
    • Add standalone CLI build for 32-bit Linux on ARM (node16-linux-armv7) (#9084)
    • Add future flag to disable color opacity utility plugins (#9088)
    • Add negative value support for outline-offset (#9136)
    • Add support for modifiers to matchUtilities (#9541)
    • Allow negating utilities using min/max/clamp (#9237)
    • Implement fallback plugins when there is ambiguity between plugins when using arbitrary values (#9376)
    • Support sort function in matchVariant (#9423)
    • Upgrade to postcss-nested v6.0 (#9546)

    Fixed

    • Use absolute paths when resolving changed files for resilience against working directory changes (#9032)
    • Fix ring color utility generation when using respectDefaultRingColorOpacity (#9070)
    • Sort tags before classes when @apply-ing a selector with joined classes (#9107)
    • Remove invalid outline-hidden utility (#9147)
    • Honor the hidden attribute on elements in preflight (#9174)
    • Don't stop watching atomically renamed files (#9173, #9215)
    • Fix duplicate utilities issue causing memory leaks (#9208)
    • Fix fontFamily config TypeScript types (#9214)
    • Handle variants on complex selector utilities (#9262)
    • Fix shared config mutation issue (#9294)

    ... (truncated)

    Changelog

    Sourced from tailwindcss's changelog.

    [3.2.1] - 2022-10-21

    Fixed

    [3.2.0] - 2022-10-19

    Added

    • Add new @config directive (#9405)
    • Add new relative: true option to resolve content paths relative to the config file (#9396)
    • Add new supports-* variant (#9453)
    • Add new min-* and max-* variants (#9558)
    • Add new aria-* variants (#9557, #9588)
    • Add new data-* variants (#9559, #9588)
    • Add new break-keep utility for word-break: keep-all (#9393)
    • Add new collapse utility for visibility: collapse (#9181)
    • Add new fill-none utility for fill: none (#9403)
    • Add new stroke-none utility for stroke: none (#9403)
    • Add new place-content-baseline utility for place-content: baseline (#9498)
    • Add new place-items-baseline utility for place-items: baseline (#9507)
    • Add new content-baseline utility for align-content: baseline (#9507)
    • Add support for configuring default font-feature-settings for a font family (#9039)
    • Add standalone CLI build for 32-bit Linux on ARM (node16-linux-armv7) (#9084)
    • Add future flag to disable color opacity utility plugins (#9088)
    • Add negative value support for outline-offset (#9136)
    • Add support for modifiers to matchUtilities (#9541)
    • Allow negating utilities using min/max/clamp (#9237)
    • Implement fallback plugins when there is ambiguity between plugins when using arbitrary values (#9376)
    • Support sort function in matchVariant (#9423)
    • Upgrade to postcss-nested v6.0 (#9546)

    Fixed

    • Use absolute paths when resolving changed files for resilience against working directory changes (#9032)
    • Fix ring color utility generation when using respectDefaultRingColorOpacity (#9070)
    • Sort tags before classes when @apply-ing a selector with joined classes (#9107)
    • Remove invalid outline-hidden utility (#9147)
    • Honor the hidden attribute on elements in preflight (#9174)
    • Don't stop watching atomically renamed files (#9173, #9215)
    • Fix duplicate utilities issue causing memory leaks (#9208)
    • Fix fontFamily config TypeScript types (#9214)
    • Handle variants on complex selector utilities (#9262)
    • Fix shared config mutation issue (#9294)
    • Fix ordering of parallel variants (#9282)
    • Handle variants in utility selectors using :where() and :has() (#9309)

    ... (truncated)

    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • Bump tailwindcss from 3.1.8 to 3.2.0 in /website

    Bump tailwindcss from 3.1.8 to 3.2.0 in /website

    Bumps tailwindcss from 3.1.8 to 3.2.0.

    Release notes

    Sourced from tailwindcss's releases.

    v3.2.0

    We just released Tailwind CSS v3.2! Read the announcement post for more details about the most exciting new features.


    Added

    • Add new @config directive (#9405)
    • Add new relative: true option to resolve content paths relative to the config file (#9396)
    • Add new supports-* variant (#9453)
    • Add new min-* and max-* variants (#9558)
    • Add new aria-* variants (#9557, #9588)
    • Add new data-* variants (#9559, #9588)
    • Add new break-keep utility for word-break: keep-all (#9393)
    • Add new collapse utility for visibility: collapse (#9181)
    • Add new fill-none utility for fill: none (#9403)
    • Add new stroke-none utility for stroke: none (#9403)
    • Add new place-content-baseline utility for place-content: baseline (#9498)
    • Add new place-items-baseline utility for place-items: baseline (#9507)
    • Add new content-baseline utility for align-content: baseline (#9507)
    • Add support for configuring default font-feature-settings for a font family (#9039)
    • Add standalone CLI build for 32-bit Linux on ARM (node16-linux-armv7) (#9084)
    • Add future flag to disable color opacity utility plugins (#9088)
    • Add negative value support for outline-offset (#9136)
    • Add support for modifiers to matchUtilities (#9541)
    • Allow negating utilities using min/max/clamp (#9237)
    • Implement fallback plugins when there is ambiguity between plugins when using arbitrary values (#9376)
    • Support sort function in matchVariant (#9423)
    • Upgrade to postcss-nested v6.0 (#9546)

    Fixed

    • Use absolute paths when resolving changed files for resilience against working directory changes (#9032)
    • Fix ring color utility generation when using respectDefaultRingColorOpacity (#9070)
    • Sort tags before classes when @apply-ing a selector with joined classes (#9107)
    • Remove invalid outline-hidden utility (#9147)
    • Honor the hidden attribute on elements in preflight (#9174)
    • Don't stop watching atomically renamed files (#9173, #9215)
    • Fix duplicate utilities issue causing memory leaks (#9208)
    • Fix fontFamily config TypeScript types (#9214)
    • Handle variants on complex selector utilities (#9262)
    • Fix shared config mutation issue (#9294)
    • Fix ordering of parallel variants (#9282)
    • Handle variants in utility selectors using :where() and :has() (#9309)
    • Improve data type analysis for arbitrary values (#9320)
    • Don't emit generated utilities with invalid uses of theme functions (#9319)
    • Revert change that only listened for stdin close on TTYs (#9331)
    • Ignore unset values (like null or undefined) when resolving the classList for intellisense (#9385)
    • Improve type checking for formal syntax (#9349, #9448)
    • Fix incorrect required content key in custom plugin configs (#9502, #9545)

    ... (truncated)

    Changelog

    Sourced from tailwindcss's changelog.

    [3.2.0] - 2022-10-19

    Added

    • Add new @config directive (#9405)
    • Add new relative: true option to resolve content paths relative to the config file (#9396)
    • Add new supports-* variant (#9453)
    • Add new min-* and max-* variants (#9558)
    • Add new aria-* variants (#9557, #9588)
    • Add new data-* variants (#9559, #9588)
    • Add new break-keep utility for word-break: keep-all (#9393)
    • Add new collapse utility for visibility: collapse (#9181)
    • Add new fill-none utility for fill: none (#9403)
    • Add new stroke-none utility for stroke: none (#9403)
    • Add new place-content-baseline utility for place-content: baseline (#9498)
    • Add new place-items-baseline utility for place-items: baseline (#9507)
    • Add new content-baseline utility for align-content: baseline (#9507)
    • Add support for configuring default font-feature-settings for a font family (#9039)
    • Add standalone CLI build for 32-bit Linux on ARM (node16-linux-armv7) (#9084)
    • Add future flag to disable color opacity utility plugins (#9088)
    • Add negative value support for outline-offset (#9136)
    • Add support for modifiers to matchUtilities (#9541)
    • Allow negating utilities using min/max/clamp (#9237)
    • Implement fallback plugins when there is ambiguity between plugins when using arbitrary values (#9376)
    • Support sort function in matchVariant (#9423)
    • Upgrade to postcss-nested v6.0 (#9546)

    Fixed

    • Use absolute paths when resolving changed files for resilience against working directory changes (#9032)
    • Fix ring color utility generation when using respectDefaultRingColorOpacity (#9070)
    • Sort tags before classes when @apply-ing a selector with joined classes (#9107)
    • Remove invalid outline-hidden utility (#9147)
    • Honor the hidden attribute on elements in preflight (#9174)
    • Don't stop watching atomically renamed files (#9173, #9215)
    • Fix duplicate utilities issue causing memory leaks (#9208)
    • Fix fontFamily config TypeScript types (#9214)
    • Handle variants on complex selector utilities (#9262)
    • Fix shared config mutation issue (#9294)
    • Fix ordering of parallel variants (#9282)
    • Handle variants in utility selectors using :where() and :has() (#9309)
    • Improve data type analysis for arbitrary values (#9320)
    • Don't emit generated utilities with invalid uses of theme functions (#9319)
    • Revert change that only listened for stdin close on TTYs (#9331)
    • Ignore unset values (like null or undefined) when resolving the classList for intellisense (#9385)
    • Improve type checking for formal syntax (#9349, #9448)
    • Fix incorrect required content key in custom plugin configs (#9502, #9545)
    • Fix content path detection on Windows (#9569)
    • Ensure --content is used in the CLI when passed (#9587)
    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • Bump postcss from 8.4.16 to 8.4.17 in /website

    Bump postcss from 8.4.16 to 8.4.17 in /website

    Bumps postcss from 8.4.16 to 8.4.17.

    Release notes

    Sourced from postcss's releases.

    8.4.17

    Changelog

    Sourced from postcss's changelog.

    8.4.17

    • Fixed Node.before() unexpected behavior (by Romain Menke).
    • Added TOC to docs (by Mikhail Dedov).
    Commits
    • 34c0de4 Release 8.4.17 version
    • 9454dcc Merge pull request #1781 from romainmenke/fix-issue-1778--practical-snowy-owl...
    • 7278432 recalculate the insertion index after normalizing a node
    • e1538a4 Merge pull request #1780 from romainmenke/add-test-for-sorting-nodes--courage...
    • 24c1432 add test for sorting container.nodes
    • c047e0a Fix index
    • b163f07 Clean up CI
    • a002d8e Update docs
    • cedc6a5 Merge pull request #1779 from muddv/docs-index
    • 967d584 Update docs/writing-a-plugin.md
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • Bump vue from 3.2.39 to 3.2.40 in /website

    Bump vue from 3.2.39 to 3.2.40 in /website

    Bumps vue from 3.2.39 to 3.2.40.

    Release notes

    Sourced from vue's releases.

    v3.2.40

    Please refer to CHANGELOG.md for details.

    Changelog

    Sourced from vue's changelog.

    3.2.40 (2022-09-28)

    Bug Fixes

    • compat: list cjs dependencies for compat build (96cd924), closes #6602
    • compiler-dom: remove v-bind boolean attribute with literal false value when stringifying (#6635) (6c6fe2c), closes #6617
    • compiler-sfc: fix expression check for v-on with object literal value (#6652) (6958ec1), closes #6650 #6674
    • compilre-core: dynamic v-on and static v-on should be merged (#6747) (f9d43b9), closes #6742
    • runtime-core: avoid hoisted vnodes retaining detached DOM nodes (fc5bdb3), closes #6591
    • runtime-core: Lifecycle hooks should support callbacks shared by reference (#6687) (c71a08e), closes #6686
    • runtime-core: remove prod-only hoisted clone behavior for manual DOM manipulation compat (aa70188), closes #6727 #6739
    • runtime-core: unset removed props first in full diff mode (c0d8db8), closes #6571
    • runtime-dom: fix unnecessary warning when setting coerced dom property value (b1817fe), closes #6616
    • ssr: avoid ast.helpers duplication (#6664) (57ffc3e)
    • ssr: fix dynamic slot regression in ssr (8963c55), closes #6651
    • ssr: fix hydration mismatch when entire multi-root template is stringified (9698dd3), closes #6637
    • ssr: fix pre tag windows newline hydration mismatch (0382019), closes #6410
    • ssr: respect case when rendering dynamic attrs on svg (121eb32), closes #6755
    Commits
    • 551f606 release: v3.2.40
    • 96cd924 fix(compat): list cjs dependencies for compat build
    • f402d41 refactor(compiler-core): extract props merging helper
    • f9d43b9 fix(compilre-core): dynamic v-on and static v-on should be merged (#6747)
    • cae1aa8 chore: use stricter slots type in createSlots
    • 05c7b0d ci: GitHub workflows security hardening (#6743)
    • 3cc8e02 test(slots): ensure createSlots helper work with ssr slots (#6660)
    • 8963c55 fix(ssr): fix dynamic slot regression in ssr
    • 9698dd3 fix(ssr): fix hydration mismatch when entire multi-root template is stringified
    • 0382019 fix(ssr): fix pre tag windows newline hydration mismatch
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • Bump autoprefixer from 10.4.8 to 10.4.10 in /website

    Bump autoprefixer from 10.4.8 to 10.4.10 in /website

    Bumps autoprefixer from 10.4.8 to 10.4.10.

    Release notes

    Sourced from autoprefixer's releases.

    10.4.10

    • Fixed unicode-bidi prefixes by moving to MDN data.

    10.4.9

    • Fixed css-unicode-bidi issue from latest Can I Use.
    Changelog

    Sourced from autoprefixer's changelog.

    10.4.10

    • Fixed unicode-bidi prefixes by moving to MDN data.

    10.4.9

    • Fixed css-unicode-bidi issue from latest Can I Use.
    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • Bump loader-utils from 1.4.0 to 1.4.2 in /website

    Bump loader-utils from 1.4.0 to 1.4.2 in /website

    Bumps loader-utils from 1.4.0 to 1.4.2.

    Release notes

    Sourced from loader-utils's releases.

    v1.4.2

    1.4.2 (2022-11-11)

    Bug Fixes

    v1.4.1

    1.4.1 (2022-11-07)

    Bug Fixes

    Changelog

    Sourced from loader-utils's changelog.

    1.4.2 (2022-11-11)

    Bug Fixes

    1.4.1 (2022-11-07)

    Bug Fixes

    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
    dependencies javascript 
    opened by dependabot[bot] 0
  • Bump tailwindcss from 3.1.8 to 3.2.4 in /website

    Bump tailwindcss from 3.1.8 to 3.2.4 in /website

    Bumps tailwindcss from 3.1.8 to 3.2.4.

    Release notes

    Sourced from tailwindcss's releases.

    v3.2.4

    Added

    • Add blocklist option to prevent generating unwanted CSS (#9812)

    Fixed

    • Fix watching of files on Linux when renames are involved (#9796)
    • Make sure errors are always displayed when watching for changes (#9810)

    v3.2.3

    Fixed

    • Fixed use of raw content in the CLI (#9773)
    • Pick up changes from files that are both context and content deps (#9787)
    • Sort pseudo-elements ONLY after classes when using variants and @apply (#9765)
    • Support important utilities in the safelist (pattern must include a !) (#9791)

    v3.2.2

    Fixed

    • Escape special characters in resolved content base paths (#9650)
    • Don't reuse container for array returning variant functions (#9644)
    • Exclude non-relevant selectors when generating rules with the important modifier (#9677)
    • Fix merging of arrays during config resolution (#9706)
    • Ensure configured font-feature-settings are included in Preflight (#9707)
    • Fix fractional values not being parsed properly inside arbitrary properties (#9705)
    • Fix incorrect selectors when using @apply in selectors with combinators and pseudos (#9722)
    • Fix cannot read properties of undefined (reading 'modifier') (#9656, aa979d6)

    v3.2.1

    Fixed

    • Fix missing supports in types (#9616)
    • Fix missing PostCSS dependencies in the CLI (#9617)
    • Ensure micromatch is a proper CLI dependency (#9620)
    • Ensure modifier values exist when using a modifiers object for matchVariant (ba6551d)

    v3.2.0

    We just released Tailwind CSS v3.2! Read the announcement post for more details about the most exciting new features.


    Added

    • Add new @config directive (#9405)
    • Add new relative: true option to resolve content paths relative to the config file (#9396)
    • Add new supports-* variant (#9453)
    • Add new min-* and max-* variants (#9558)
    • Add new aria-* variants (#9557, #9588)

    ... (truncated)

    Changelog

    Sourced from tailwindcss's changelog.

    [3.2.4] - 2022-11-11

    Added

    • Add blocklist option to prevent generating unwanted CSS (#9812)

    Fixed

    • Fix watching of files on Linux when renames are involved (#9796)
    • Make sure errors are always displayed when watching for changes (#9810)

    [3.2.3] - 2022-11-09

    Fixed

    • Fixed use of raw content in the CLI (#9773)
    • Pick up changes from files that are both context and content deps (#9787)
    • Sort pseudo-elements ONLY after classes when using variants and @apply (#9765)
    • Support important utilities in the safelist (pattern must include a !) (#9791)

    [3.2.2] - 2022-11-04

    Fixed

    • Escape special characters in resolved content base paths (#9650)
    • Don't reuse container for array returning variant functions (#9644)
    • Exclude non-relevant selectors when generating rules with the important modifier (#9677)
    • Fix merging of arrays during config resolution (#9706)
    • Ensure configured font-feature-settings are included in Preflight (#9707)
    • Fix fractional values not being parsed properly inside arbitrary properties (#9705)
    • Fix incorrect selectors when using @apply in selectors with combinators and pseudos (#9722)
    • Fix cannot read properties of undefined (reading 'modifier') (#9656, aa979d6)

    [3.2.1] - 2022-10-21

    Fixed

    [3.2.0] - 2022-10-19

    Added

    • Add new @config directive (#9405)
    • Add new relative: true option to resolve content paths relative to the config file (#9396)
    • Add new supports-* variant (#9453)
    • Add new min-* and max-* variants (#9558)

    ... (truncated)

    Commits
    • f2f1ee9 3.2.4
    • 13eb1e2 update changelog
    • 22d45dd Update CHANGELOG.md
    • 602101d Allow users to block generation of certain utilities (#9812)
    • 4ccc0fa Make sure errors are always displayed when watching for changes (#9810)
    • 1482c75 Fix watching of files on Linux when renames are involved (#9796)
    • 757a8d6 update changelog
    • 6166e59 3.2.3
    • 8a2f9ed Fix !important selectors not being classified as valid class inside safelist ...
    • 6bd9912 Only sort pseudo elements after classes when using @apply and variants (#9765)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 0
  • Bump vue from 3.2.41 to 3.2.45 in /website

    Bump vue from 3.2.41 to 3.2.45 in /website

    Bumps vue from 3.2.41 to 3.2.45.

    Release notes

    Sourced from vue's releases.

    v3.2.45

    Please refer to CHANGELOG.md for details.

    v3.2.44

    Please refer to CHANGELOG.md for details.

    v3.2.43

    Please refer to CHANGELOG.md for details.

    v3.2.42

    Please refer to CHANGELOG.md for details.

    Changelog

    Sourced from vue's changelog.

    3.2.45 (2022-11-11)

    Bug Fixes

    • compiler/v-model: catch incorrect v-model usage on prop bindings (001184e), closes #5584
    • custom-elements: also dispatch hyphenated version of emitted events (#5378) (0b39e46), closes #5373
    • custom-elements: custom element should re-instantiate when inserted again (#6966) (67890da), closes #6934
    • custom-elements: define declared properties in constructor (#5328) (55382ae)
    • custom-elements: ensure custom elements can inherit provides from ancestors (#5098) (192dcb6), closes #5096
    • custom-elements: fix event emitting for async custom elements (#5601) (665f2ae), closes #5599
    • custom-elements: fix number type props casting check (89f37ce), closes #5793 #5794
    • custom-elements: properties set pre-upgrade should not show up in $attrs (afe8899)
    • custom-elements: respect slot props in custom element mode (ffef822)
    • custom-elements: should not reflect non-decalred properties set before upgrade (5e50909)
    • hmr/keep-alive: fix error in reload component (#7049) (a54bff2), closes #7042
    • runtime-core: fix move/removal of static fragments containing text nodes (#6858) (4049ffc), closes #6852
    • sfc: also generate getter for import bindings during dev (0594400)
    • sfc: ensure <script setup> binding behavior consistency on this between prod and dev (f73925d), closes #6248
    • sfc: ensure consistent dev/prod behavior for non-reactive variables declared in <script setup> (5a3d45a), closes #5655
    • teleport/css-v-bind: fix css v-bind for teleported content (42239cf), closes #4605 #4609
    • teleport/css-v-bind: fix css v-bind in teleport in child component slot (11214ee)
    • v-model: fix incorrect codegen for non-ref bindings (15e889a), closes #6241

    3.2.44 (2022-11-09)

    Bug Fixes

    • watch: for immediate watch with single source, ensure cb is called with undefined as oldValue (#7075) (5dc593b), closes #7074

    3.2.43 (2022-11-09)

    Bug Fixes

    • watch: ensure oldValue in multi-source watcher is always an array (23e85e2), closes #7070

    3.2.42 (2022-11-09)

    Bug Fixes

    • compiler-core/v-on: only apply case preservation on native elements (#6902) (5bfe438), closes #6900

    ... (truncated)

    Commits
    • 6f663d4 release: v3.2.45
    • 24964da test: test case for #6966
    • 67890da fix(custom-elements): custom element should re-instantiate when inserted agai...
    • ffef822 fix(custom-elements): respect slot props in custom element mode
    • 55382ae fix(custom-elements): define declared properties in constructor (#5328)
    • 89f37ce fix(custom-elements): fix number type props casting check
    • afe8899 fix(custom-elements): properties set pre-upgrade should not show up in $attrs
    • 5e50909 fix(custom-elements): should not reflect non-decalred properties set before u...
    • 665f2ae fix(custom-elements): fix event emitting for async custom elements (#5601)
    • 0b39e46 fix(custom-elements): also dispatch hyphenated version of emitted events (#5378)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 0
  • Bump autoprefixer from 10.4.12 to 10.4.13 in /website

    Bump autoprefixer from 10.4.12 to 10.4.13 in /website

    Bumps autoprefixer from 10.4.12 to 10.4.13.

    Release notes

    Sourced from autoprefixer's releases.

    10.4.13

    • Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.
    Changelog

    Sourced from autoprefixer's changelog.

    10.4.13

    • Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.
    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 0
  • Bump vue-router from 4.1.5 to 4.1.6 in /website

    Bump vue-router from 4.1.5 to 4.1.6 in /website

    Bumps vue-router from 4.1.5 to 4.1.6.

    Release notes

    Sourced from vue-router's releases.

    v4.1.6

    Please refer to CHANGELOG.md for details.

    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 0
Owner
Nico Kempe Einzelunternehmen
Nico Kempe Einzelunternehmen
Aliucord - Discord Android app mod inspired by desktop Discord client mods.

Aliucord Aliucord is a modification for the Android Discord app inspired by desktop client modifications. Unlike other Android Discord app modificatio

null 2k Dec 31, 2022
starter project for react native cli setups, typescript included

A starter project with react native 0.68, @storybook/react-native 6.0 beta, storybook/addon-react-native-web getting started To get all the dependenci

Danny 26 Dec 21, 2022
Pandora - allowing to control different agents (Windows & Linux machine) from server(s) and master

Pandora Pandora is now an open-source project allowing to control different agents (Windows & Linux machine) from server(s) and master. Features Auto-

nz 75 Dec 22, 2022
A generic proxy server for applying access-control policies for a FHIR-store.

FHIR Access Proxy This is a simple access-control proxy that sits in front of a FHIR store (e.g., a HAPI FHIR server, GCP FHIR store, etc.) and contro

Google 17 Jan 5, 2023
Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.

English | 中文 Apollo - A reliable configuration management system Apollo is a reliable configuration management system. It can centrally manage the con

Apollo 27.6k Jan 5, 2023
This plugin integrate your minecraft server with discord webhook

B_DiscordIntegration This plugin integrate your minecraft server with discord webhook PLUGIN FEATURES: Join / Quit message Chat preview Death message

Black_ 1 Feb 11, 2022
A Spigot Plugin that connects your server chat with a discord channel

Minecord A Spigot Plugin that connects your server chat with a discord channel. Features Connects your in game chat with a channel on your discord ser

EPS-DEV 1 Apr 3, 2022
💡极致性能的企业级Java服务器框架,RPC,游戏服务器框架,web应用服务器框架。(Extreme fast enterprise Java server framework, can be RPC, game server framework, web server framework.)

?? 为性能而生的万能服务器框架 ?? Ⅰ. zfoo简介 ?? 性能炸裂,天生异步,Actor设计思想,无锁化设计,基于Spring的MVC式用法的万能RPC框架 极致序列化,原生集成的目前二进制序列化和反序列化速度最快的 zfoo protocol 作为网络通讯协议 高可拓展性,单台服务器部署,

null 1k Jan 1, 2023
A simple online Quiz App made by using Firebase firestore database.

Quiz App Online Description Quiz App is an Online quiz maker app that can be used to create effective quizzes by teachers. This app uses Firebase Fire

Soham Naigaonkar 2 Dec 30, 2021
Jlink.online - Build optimized Java runtimes in your browser!

jlink.online is a HTTP microservice that builds optimized/minimized Java runtimes on the fly. This project is currently experimental and subject to ch

Tyler Cook 1 Dec 2, 2020
An implementation of a sample E-Commerce app in k8s. This online retail marketplace app uses Spring Boot, React, and YugabyteDB.

An implementation of a sample E-Commerce app in k8s. This online retail marketplace app uses Spring Boot, React, and YugabyteDB.

yugabyte 1 Oct 27, 2022
The open source CyborgFlow project is an out-of-the-box (OOTB) solution to perform load test on your online system.

CyborgFlow CyborgFlow provides an out-of-the-box (OOTB) solution to perform load test on your online system, powered by Apache APISIX, Apache SkyWalki

SphereEx 70 Nov 30, 2022
e-Shop is an e-commerce website where you can shop for items online.

e-Shop Website e-Shop is an e-commerce website where you can shop for items online. It's a Maven-based project. This e-Shop website is created by Vale

Valentine Fernandes 30 Dec 8, 2022
An open source Minecraft plugin that allows operators to control who has access to the nether.

Nether Access Controller Description Nether Access Controller is a Minecraft plugin that allows operators to control access to the nether. It is essen

Daniel Stephenson 2 Feb 12, 2022
The utility is designed to implement version control of APEX application pages.

Oracle APEX version control tool The utility is designed to implement version control of APEX application pages. How it works The developer exports th

Oleksii Vykhristiyk 6 Aug 25, 2022
Components to control your app status and navigation bars.

➖ react-native-bars Components to control your app status and navigation bars. Heavily inspired by the built-in StatusBar module and react-native-tran

Mathieu Acthernoene 161 Jan 3, 2023
PortalController - A rudimentary TeamViewer-like remote control app for Android, using ws.

PortalController A TeamViewer-like app for Android-to-Android remote control, using node.js and websockets (ws). Some insight The reason I call it rud

Mike Anderson 10 Dec 15, 2022
Gitlet - A version control system for managing file versions, mirroring the features of Git

Gitlet - A version control system for managing file versions, mirroring the features of Git. Emphasized the serialization and manipulation of files to compress, access, and manage file content efficiently. Stressed the employment of appropriate data structures and file persistance.

null 1 Jan 4, 2022
Swerve control, simulation, and trajectory generation / following. Everything you need for swerve.

BearSwerve BearSwerve is intended to be an all in one swerve solution including: teleop driving, simulation, trajectory following and more. It combine

null 7 Dec 28, 2022