Commit graph

590 commits

Author SHA1 Message Date
Vitor Mattos
4ae6c3b249
Merge pull request #4903 from LibreSign/dependabot/npm_and_yarn/babel/runtime-7.27.1
chore(deps): Bump @babel/runtime from 7.26.0 to 7.27.1
2025-05-05 21:48:26 -03:00
dependabot[bot]
ad305deabe
chore(deps): Bump @babel/runtime from 7.26.0 to 7.27.1
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.26.0 to 7.27.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-version: 7.27.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-06 00:43:37 +00:00
dependabot[bot]
67d5c4d5f8
chore(deps): Bump @nextcloud/vue from 8.24.0 to 8.26.0
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.24.0 to 8.26.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.24.0...v8.26.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-version: 8.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-06 00:43:25 +00:00
Vitor Mattos
04a2573e83
Merge pull request #4884 from LibreSign/dependabot/npm_and_yarn/nextcloud/dialogs-6.2.0
chore(deps): Bump @nextcloud/dialogs from 6.1.1 to 6.2.0
2025-05-05 21:42:03 -03:00
Vitor Mattos
09b4e17634
Merge pull request #4883 from LibreSign/dependabot/npm_and_yarn/http-proxy-middleware-2.0.9
chore(deps-dev): Bump http-proxy-middleware from 2.0.7 to 2.0.9
2025-05-05 21:15:53 -03:00
Vitor Mattos
04428496cc
Merge pull request #4885 from LibreSign/dependabot/npm_and_yarn/babel/core-7.27.1
chore(deps-dev): Bump @babel/core from 7.26.10 to 7.27.1
2025-05-05 21:13:33 -03:00
dependabot[bot]
2fef814139
chore(deps): Bump @nextcloud/upload from 1.9.1 to 1.10.0
Bumps [@nextcloud/upload](https://github.com/nextcloud-libraries/nextcloud-upload) from 1.9.1 to 1.10.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-upload/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-upload/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-upload/compare/v1.9.1...v1.10.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/upload"
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-05 16:42:04 +00:00
dependabot[bot]
cd245110e5
chore(deps-dev): Bump @babel/core from 7.26.10 to 7.27.1
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.26.10 to 7.27.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-version: 7.27.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-30 16:45:43 +00:00
dependabot[bot]
42335de9b0
chore(deps): Bump @nextcloud/dialogs from 6.1.1 to 6.2.0
Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.1.1...v6.2.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/dialogs"
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-29 16:09:52 +00:00
dependabot[bot]
ea6a791140
chore(deps-dev): Bump http-proxy-middleware from 2.0.7 to 2.0.9
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.7 to 2.0.9.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7...v2.0.9)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-version: 2.0.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-29 02:12:14 +00:00
Vitor Mattos
7ca63a3c8b
chore: make frontend compatible with custom width and height
- Signature component at frontend was replaced by a best maintained
  package
- Addded more capabilities

Signed-off-by: Vitor Mattos <vitor@php.rio>
2025-04-11 10:44:03 -03:00
Vitor Mattos
91e7f4e468
fix: linter
Signed-off-by: Vitor Mattos <vitor@php.rio>
2025-04-11 10:42:55 -03:00
Vitor Mattos
a6565d2653
chore: bump dependency
Signed-off-by: Vitor Mattos <vitor@php.rio>
2025-04-11 10:42:53 -03:00
dependabot[bot]
1022ce548c
chore(deps-dev): Bump @nextcloud/webpack-vue-config from 6.2.0 to 6.3.0
Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud-libraries/webpack-vue-config) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/nextcloud-libraries/webpack-vue-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/webpack-vue-config/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/webpack-vue-config/compare/v6.2.0...v6.3.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/webpack-vue-config"
  dependency-version: 6.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-09 16:17:49 +00:00
Vitor Mattos
280d7dd791
Merge pull request #4780 from LibreSign/dependabot/npm_and_yarn/tar-fs-2.1.2
chore(deps): Bump tar-fs from 2.1.1 to 2.1.2
2025-04-09 09:00:57 -03:00
dependabot[bot]
668316a597
chore(deps): Bump @nextcloud/vue from 8.23.1 to 8.24.0
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.23.1 to 8.24.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/v8.24.0/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/8.23.1...v8.24.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-02 16:47:20 +00:00
dependabot[bot]
2c8354d1af
chore(deps): Bump tar-fs from 2.1.1 to 2.1.2
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.1 to 2.1.2.
- [Commits](https://github.com/mafintosh/tar-fs/compare/v2.1.1...v2.1.2)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-28 22:29:36 +00:00
dependabot[bot]
e64852006d
chore(deps): Bump @nextcloud/upload from 1.9.0 to 1.9.1
Bumps [@nextcloud/upload](https://github.com/nextcloud-libraries/nextcloud-upload) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-upload/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-upload/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-upload/compare/v1.9.0...v1.9.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/upload"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-20 16:05:37 +00:00
Vitor Mattos
2b69622a95
Merge pull request #4711 from LibreSign/dependabot/npm_and_yarn/fontsource/dancing-script-5.2.5
chore(deps): Bump @fontsource/dancing-script from 5.1.1 to 5.2.5
2025-03-20 09:22:29 -03:00
Vitor Mattos
bde75423a2
Merge pull request #4712 from LibreSign/dependabot/npm_and_yarn/nextcloud/event-bus-3.3.2
chore(deps): Bump @nextcloud/event-bus from 3.3.1 to 3.3.2
2025-03-20 09:16:21 -03:00
Vitor Mattos
b1213caf26
Merge pull request #4720 from LibreSign/dependabot/npm_and_yarn/babel/core-7.26.10
chore(deps-dev): Bump @babel/core from 7.26.9 to 7.26.10
2025-03-20 09:13:44 -03:00
dependabot[bot]
cfc0f8eeac
chore(deps): Bump axios from 1.8.1 to 1.8.4
Bumps [axios](https://github.com/axios/axios) from 1.8.1 to 1.8.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.8.1...v1.8.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-19 22:14:05 +00:00
dependabot[bot]
3ab3d095bb
chore(deps-dev): Bump @babel/core from 7.26.9 to 7.26.10
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.26.9 to 7.26.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-12 16:18:07 +00:00
dependabot[bot]
ecbc361667
chore(deps): Bump @nextcloud/upload from 1.8.0 to 1.9.0
Bumps [@nextcloud/upload](https://github.com/nextcloud-libraries/nextcloud-upload) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-upload/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-upload/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-upload/compare/v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/upload"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-04 16:47:27 +00:00
dependabot[bot]
21845d2d67
chore(deps): Bump @nextcloud/event-bus from 3.3.1 to 3.3.2
Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-event-bus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-event-bus/compare/v3.3.1...v3.3.2)

---
updated-dependencies:
- dependency-name: "@nextcloud/event-bus"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 16:03:23 +00:00
dependabot[bot]
1011601613
chore(deps): Bump @fontsource/dancing-script from 5.1.1 to 5.2.5
Bumps [@fontsource/dancing-script](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/dancing-script) from 5.1.1 to 5.2.5.
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/dancing-script)

---
updated-dependencies:
- dependency-name: "@fontsource/dancing-script"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 16:03:12 +00:00
dependabot[bot]
250fc54fa1
chore(deps): Bump copy-webpack-plugin from 12.0.2 to 13.0.0
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 12.0.2 to 13.0.0.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v12.0.2...v13.0.0)

---
updated-dependencies:
- dependency-name: copy-webpack-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-28 16:36:18 +00:00
dependabot[bot]
247a9a7128
chore(deps-dev): Bump @nextcloud/eslint-config from 8.4.1 to 8.4.2
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud-libraries/eslint-config) from 8.4.1 to 8.4.2.
- [Release notes](https://github.com/nextcloud-libraries/eslint-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/eslint-config/blob/v8.4.2/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/eslint-config/compare/v8.4.1...v8.4.2)

---
updated-dependencies:
- dependency-name: "@nextcloud/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-17 16:40:15 +00:00
dependabot[bot]
25953820d4
chore(deps-dev): Bump @babel/core from 7.26.8 to 7.26.9
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.26.8 to 7.26.9.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.9/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-14 16:41:53 +00:00
Vitor Mattos
a245a2d735
Merge pull request #4650 from LibreSign/dependabot/npm_and_yarn/nextcloud/vue-8.23.1
chore(deps): Bump @nextcloud/vue from 8.22.0 to 8.23.1
2025-02-13 16:59:30 -03:00
dependabot[bot]
3556ab0905
chore(deps): Bump @nextcloud/l10n from 3.1.0 to 3.2.0
Bumps [@nextcloud/l10n](https://github.com/nextcloud-libraries/nextcloud-l10n) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-l10n/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-l10n/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-l10n/compare/v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/l10n"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-13 19:02:14 +00:00
dependabot[bot]
b923b1756a
chore(deps): Bump @nextcloud/vue from 8.22.0 to 8.23.1
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.22.0 to 8.23.1.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.22.0...8.23.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-13 16:37:14 +00:00
dependabot[bot]
49938a395f
chore(deps): Bump @nextcloud/files from 3.10.1 to 3.10.2
Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.10.1 to 3.10.2.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-files/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.10.1...v3.10.2)

---
updated-dependencies:
- dependency-name: "@nextcloud/files"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-13 16:36:43 +00:00
Vitor Mattos
d3406b58f9
Merge pull request #4613 from LibreSign/dependabot/npm_and_yarn/babel/core-7.26.8
chore(deps-dev): Bump @babel/core from 7.26.7 to 7.26.8
2025-02-12 17:26:03 -03:00
dependabot[bot]
6dac7243ff
chore(deps-dev): Bump esbuild-loader from 4.2.2 to 4.3.0
Bumps [esbuild-loader](https://github.com/privatenumber/esbuild-loader) from 4.2.2 to 4.3.0.
- [Release notes](https://github.com/privatenumber/esbuild-loader/releases)
- [Commits](https://github.com/privatenumber/esbuild-loader/compare/v4.2.2...v4.3.0)

---
updated-dependencies:
- dependency-name: esbuild-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-11 16:45:21 +00:00
dependabot[bot]
d36ffd8b60
chore(deps-dev): Bump @babel/core from 7.26.7 to 7.26.8
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.26.7 to 7.26.8.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.8/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 16:18:38 +00:00
dependabot[bot]
94787ed002
chore(deps-dev): Bump openapi-typescript from 7.6.0 to 7.6.1
Bumps [openapi-typescript](https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript) from 7.6.0 to 7.6.1.
- [Release notes](https://github.com/openapi-ts/openapi-typescript/releases)
- [Changelog](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/CHANGELOG.md)
- [Commits](https://github.com/openapi-ts/openapi-typescript/commits/openapi-typescript@7.6.1/packages/openapi-typescript)

---
updated-dependencies:
- dependency-name: openapi-typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-03 16:40:12 +00:00
dependabot[bot]
6edcf0a2af
chore(deps-dev): Bump openapi-typescript from 7.5.2 to 7.6.0
Bumps [openapi-typescript](https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript) from 7.5.2 to 7.6.0.
- [Release notes](https://github.com/openapi-ts/openapi-typescript/releases)
- [Changelog](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/CHANGELOG.md)
- [Commits](https://github.com/openapi-ts/openapi-typescript/commits/openapi-typescript@7.6.0/packages/openapi-typescript)

---
updated-dependencies:
- dependency-name: openapi-typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-27 16:31:46 +00:00
Vitor Mattos
d8883aba2a
chore: say hello to Nextcloud 31
Signed-off-by: Vitor Mattos <vitor@php.rio>
2025-01-27 08:50:54 -03:00
dependabot[bot]
0e1466b94f
chore(deps-dev): Bump @babel/core from 7.26.0 to 7.26.7
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.26.0 to 7.26.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.7/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-24 16:41:01 +00:00
dependabot[bot]
9a565107fb
chore(deps): Bump @nextcloud/dialogs from 6.0.1 to 6.1.1
Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 6.0.1 to 6.1.1.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.0.1...v6.1.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/dialogs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-22 16:30:21 +00:00
Vitor Mattos
0fb451ad74
Merge pull request #4421 from LibreSign/dependabot/npm_and_yarn/pinia-2.3.1
chore(deps): Bump pinia from 2.3.0 to 2.3.1
2025-01-22 07:56:39 -03:00
Vitor Mattos
237378ac7d
Merge pull request #4425 from LibreSign/dependabot/npm_and_yarn/nextcloud/upload-1.8.0
chore(deps): Bump @nextcloud/upload from 1.7.1 to 1.8.0
2025-01-22 07:50:51 -03:00
Vitor Mattos
dd5eae1c62 chore: remove vuex
unused dependency

Signed-off-by: Vitor Mattos <vitor@php.rio>
2025-01-22 07:38:02 -03:00
dependabot[bot]
cc75cd1e5e
chore(deps): Bump @nextcloud/upload from 1.7.1 to 1.8.0
Bumps [@nextcloud/upload](https://github.com/nextcloud-libraries/nextcloud-upload) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-upload/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-upload/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-upload/compare/v1.7.1...v1.8.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/upload"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-21 17:01:28 +00:00
dependabot[bot]
f8abc50c44
chore(deps): Bump pinia from 2.3.0 to 2.3.1
Bumps [pinia](https://github.com/vuejs/pinia) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/v2.3.0...v2.3.1)

---
updated-dependencies:
- dependency-name: pinia
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-20 16:18:06 +00:00
dependabot[bot]
89ec1bc8a6
chore(deps-dev): Bump openapi-typescript from 7.4.4 to 7.5.2
Bumps [openapi-typescript](https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript) from 7.4.4 to 7.5.2.
- [Release notes](https://github.com/openapi-ts/openapi-typescript/releases)
- [Changelog](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/CHANGELOG.md)
- [Commits](https://github.com/openapi-ts/openapi-typescript/commits/openapi-typescript@7.5.2/packages/openapi-typescript)

---
updated-dependencies:
- dependency-name: openapi-typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-07 17:01:37 +00:00
dependabot[bot]
c34c1bf78d
chore(deps): Bump @fontsource/dancing-script from 5.1.0 to 5.1.1
Bumps [@fontsource/dancing-script](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/dancing-script) from 5.1.0 to 5.1.1.
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/dancing-script)

---
updated-dependencies:
- dependency-name: "@fontsource/dancing-script"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-30 16:34:16 +00:00
dependabot[bot]
0b26d67c33
chore(deps): Bump @nextcloud/vue from 8.21.0 to 8.22.0
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.21.0 to 8.22.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.21.0...v8.22.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-23 16:38:08 +00:00
dependabot[bot]
5d78bef95a
chore(deps): Bump @nextcloud/password-confirmation from 5.3.0 to 5.3.1
Bumps [@nextcloud/password-confirmation](https://github.com/nextcloud-libraries/nextcloud-password-confirmation) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v5.3.0...v.5.3.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/password-confirmation"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-17 16:09:01 +00:00