dependabot[bot]
67d9adde5b
build(deps): bump the non-major group across 1 directory with 19 updates
...
Bumps the non-major group with 19 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@silvia-odwyer/photon-node](https://github.com/silvia-odwyer/photon ) | `0.3.3` | `0.3.4` |
| [bufferutil](https://github.com/websockets/bufferutil ) | `4.0.8` | `4.0.9` |
| [fp-ts](https://github.com/gcanti/fp-ts ) | `2.16.2` | `2.16.10` |
| [humanize-duration](https://github.com/EvanHahn/HumanizeDuration.js ) | `3.31.0` | `3.33.0` |
| [moment-timezone](https://github.com/moment/moment-timezone ) | `0.5.44` | `0.6.0` |
| [mysql2](https://github.com/sidorares/node-mysql2 ) | `3.9.8` | `3.14.1` |
| [passport](https://github.com/jaredhanson/passport ) | `0.6.0` | `0.7.0` |
| [reflect-metadata](https://github.com/rbuckton/reflect-metadata ) | `0.1.14` | `0.2.2` |
| [tlds](https://github.com/stephenmathieson/node-tlds ) | `1.249.0` | `1.259.0` |
| [tmp](https://github.com/raszi/node-tmp ) | `0.0.33` | `0.2.3` |
| [typeorm](https://github.com/typeorm/typeorm ) | `0.3.20` | `0.3.24` |
| [zod](https://github.com/colinhacks/zod ) | `3.25.17` | `3.25.57` |
| [@types/cors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cors ) | `2.8.17` | `2.8.19` |
| [@types/passport](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/passport ) | `1.0.16` | `1.0.17` |
| [@types/passport-oauth2](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/passport-oauth2 ) | `1.4.15` | `1.4.17` |
| [@types/tmp](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tmp ) | `0.0.33` | `0.2.6` |
| [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema ) | `3.22.4` | `3.24.5` |
| [highlight.js](https://github.com/highlightjs/highlight.js ) | `11.9.0` | `11.11.1` |
| [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting ) | `13.0.1` | `13.0.2` |
Updates `@silvia-odwyer/photon-node` from 0.3.3 to 0.3.4
- [Changelog](https://github.com/silvia-odwyer/photon/blob/master/CHANGELOG.md )
- [Commits](https://github.com/silvia-odwyer/photon/commits )
Updates `bufferutil` from 4.0.8 to 4.0.9
- [Release notes](https://github.com/websockets/bufferutil/releases )
- [Commits](https://github.com/websockets/bufferutil/compare/v4.0.8...v4.0.9 )
Updates `fp-ts` from 2.16.2 to 2.16.10
- [Release notes](https://github.com/gcanti/fp-ts/releases )
- [Changelog](https://github.com/gcanti/fp-ts/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gcanti/fp-ts/commits )
Updates `humanize-duration` from 3.31.0 to 3.33.0
- [Changelog](https://github.com/EvanHahn/HumanizeDuration.js/blob/main/HISTORY.md )
- [Commits](https://github.com/EvanHahn/HumanizeDuration.js/compare/v3.31.0...v3.33.0 )
Updates `moment-timezone` from 0.5.44 to 0.6.0
- [Release notes](https://github.com/moment/moment-timezone/releases )
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md )
- [Commits](https://github.com/moment/moment-timezone/compare/0.5.44...0.6.0 )
Updates `mysql2` from 3.9.8 to 3.14.1
- [Release notes](https://github.com/sidorares/node-mysql2/releases )
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md )
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.8...v3.14.1 )
Updates `passport` from 0.6.0 to 0.7.0
- [Changelog](https://github.com/jaredhanson/passport/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jaredhanson/passport/compare/v0.6.0...v0.7.0 )
Updates `reflect-metadata` from 0.1.14 to 0.2.2
- [Release notes](https://github.com/rbuckton/reflect-metadata/releases )
- [Changelog](https://github.com/microsoft/reflect-metadata/blob/main/tsconfig-release.json )
- [Commits](https://github.com/rbuckton/reflect-metadata/commits )
Updates `tlds` from 1.249.0 to 1.259.0
- [Changelog](https://github.com/stephenmathieson/node-tlds/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stephenmathieson/node-tlds/compare/1.249.0...1.259.0 )
Updates `tmp` from 0.0.33 to 0.2.3
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/raszi/node-tmp/compare/v0.0.33...v0.2.3 )
Updates `typeorm` from 0.3.20 to 0.3.24
- [Release notes](https://github.com/typeorm/typeorm/releases )
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md )
- [Commits](https://github.com/typeorm/typeorm/compare/0.3.20...0.3.24 )
Updates `zod` from 3.25.17 to 3.25.57
- [Release notes](https://github.com/colinhacks/zod/releases )
- [Commits](https://github.com/colinhacks/zod/compare/v3.25.17...v3.25.57 )
Updates `@types/cors` from 2.8.17 to 2.8.19
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cors )
Updates `@types/passport` from 1.0.16 to 1.0.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/passport )
Updates `@types/passport-oauth2` from 1.4.15 to 1.4.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/passport-oauth2 )
Updates `@types/tmp` from 0.0.33 to 0.2.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tmp )
Updates `zod-to-json-schema` from 3.22.4 to 3.24.5
- [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases )
- [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md )
- [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits )
Updates `highlight.js` from 11.9.0 to 11.11.1
- [Release notes](https://github.com/highlightjs/highlight.js/releases )
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md )
- [Commits](https://github.com/highlightjs/highlight.js/compare/11.9.0...11.11.1 )
Updates `postcss-nesting` from 13.0.1 to 13.0.2
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md )
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-nesting )
---
updated-dependencies:
- dependency-name: "@silvia-odwyer/photon-node"
dependency-version: 0.3.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-major
- dependency-name: bufferutil
dependency-version: 4.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-major
- dependency-name: fp-ts
dependency-version: 2.16.10
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-major
- dependency-name: humanize-duration
dependency-version: 3.33.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: non-major
- dependency-name: moment-timezone
dependency-version: 0.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: non-major
- dependency-name: mysql2
dependency-version: 3.14.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: non-major
- dependency-name: passport
dependency-version: 0.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: non-major
- dependency-name: reflect-metadata
dependency-version: 0.2.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: non-major
- dependency-name: tlds
dependency-version: 1.259.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: non-major
- dependency-name: tmp
dependency-version: 0.2.3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: non-major
- dependency-name: typeorm
dependency-version: 0.3.24
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-major
- dependency-name: zod
dependency-version: 3.25.57
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-major
- dependency-name: "@types/cors"
dependency-version: 2.8.19
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: non-major
- dependency-name: "@types/passport"
dependency-version: 1.0.17
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: non-major
- dependency-name: "@types/passport-oauth2"
dependency-version: 1.4.17
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: non-major
- dependency-name: "@types/tmp"
dependency-version: 0.2.6
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: non-major
- dependency-name: zod-to-json-schema
dependency-version: 3.24.5
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: non-major
- dependency-name: highlight.js
dependency-version: 11.11.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: non-major
- dependency-name: postcss-nesting
dependency-version: 13.0.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: non-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-10 20:47:21 +00:00
Dragory
177f13d1fc
feat: vite dashboard tweaks/fixes
2025-06-01 19:37:10 +00:00
Dragory
aaac328138
refactor: build dashboard with vite
2025-06-01 14:43:40 +00:00
Dragory
e313a91fbb
Merge branch 'vue-3' of github.com:TheKodeToad/Zeppelin into TheKodeToad-vue-3
2025-06-01 15:26:14 +03:00
TheKodeToad
454981fa1f
Initial port to vue 3
2025-03-13 00:04:57 +00:00
dependabot[bot]
eb5fda8d19
build(deps-dev): bump webpack from 5.90.1 to 5.94.0 ( #487 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.90.1 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.90.1...v5.94.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-13 13:00:44 +01:00
Dragory
4c21884016
fix: dashboard build errors about API_URL/.env
2024-04-06 09:53:28 +00:00
Dragory
509d96ce83
refactor: new dev/prod containers
...
- Use a single Dockerfile for all Zeppelin services
- Add a Dockerfile in project root that can be used by
app hosting services
- Provide a standalone and lightweight prod setup
- Standalone is the same as the old setup, with mysql+nginx
- Lightweight only runs bot+backend+dash, no mysql/nginx
- Remove mounted mysql data folders for dev and prod
- This resolves permission issues caused by the mount
- The mysql service uses a regular named volume now
- Simplify .env options and clearly separate different prod setups
- Remove update.sh
- Different setups require different update procedures, so a common
update.sh no longer works
2024-03-17 18:49:31 +02:00
Dragory
6110b8190c
chore: use @zeppelinbot scope over @zeppelin for package names
2024-01-27 12:45:52 +02:00
Dragory
1e5378a274
fix: update dashboard packages, fix build on Node.js 18
2023-06-24 09:21:06 +00:00
Dragory
3b09d2d679
Add rudimentary user management to dashboard
2021-09-05 16:42:35 +03:00
Dragory
fb2fc677be
Quick fix for build
2020-12-13 22:16:55 +02:00
Dragory
7700afda2b
Update tailwindcss to 1.9.6
2020-12-13 22:06:15 +02:00
Dragory
4dfc7ccfa9
Update to TS 4.1, use same TS package in all sub-packages
2020-12-13 15:26:33 +02:00
Dragory
7909c99a7f
Fix up docs
2020-07-30 13:08:06 +03:00
Dragory
53ed83b701
dashboard: update babel packages
2019-11-07 22:56:51 +02:00
Dragory
ba4ddfcc32
Update Typescript to 3.7
2019-11-07 22:52:40 +02:00
Dragory
16111bbe84
Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests.
2019-11-02 22:11:26 +02:00
Dragory
577500af92
dashboard: use webpack for builds; use tailwindcss instead of bulma; all sorts of tweaks
2019-10-10 21:58:00 +03:00
Dragory
f820a06bac
Switch from CodeMirror to Ace editor
2019-10-05 14:45:13 +03:00
Dragory
3ff3bfd5f0
dashboard: separate plugin usage/configuration, add usage guide + configuration guide
2019-09-29 15:53:14 +03:00
Dragory
ee6d622941
Auto-generate plugin docs (WIP)
2019-08-22 01:22:26 +03:00
Dragory
357687654a
Move vuex dependency from root package.json to dashboard folder
2019-08-21 22:06:31 +03:00
Dragory
a45d2965e9
Dashboard: disable source maps in prod builds, add debug build with source maps and no minification
2019-07-29 22:57:58 +03:00
Nils Blömeke
66705678a6
More docs work - Page for Document types and done LocateUser
2019-07-29 18:55:32 +02:00
Dragory
f186e5c61f
Work on documentation
2019-07-28 18:24:32 +03:00
Dragory
b230a73a6f
Dashboard work and related
2019-06-23 19:18:41 +03:00
Dragory
7bda2b1763
dashboard: auth fixes, guild listing, config editing
2019-06-23 03:40:53 +03:00
Dragory
2adc5af8d7
Dashboard work. Move configs to DB. Some script reorganization. Add nodemon configs.
2019-06-22 18:52:24 +03:00