Wykres commitów

797 Commity (db03f9d10079e43e07581773ad717aab10892a85)

Autor SHA1 Wiadomość Data
Louis Chemineau db03f9d100 Add visibility on statuses
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-03-17 14:47:12 +01:00
violoncello.ch f80cf33bcc
Merge pull request #1623 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-7.8.0
Chore(deps): Bump @nextcloud/vue from 7.4.0 to 7.8.0
2023-03-14 14:24:49 +01:00
violoncello.ch c18a9f8534
Merge pull request #1603 from nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-8.2.1
bump @nextcloud/eslint-config from 8.2.0 to 8.2.1
2023-03-14 14:24:08 +01:00
violoncello.ch 3368046dc4
Merge pull request #1643 from nextcloud/dependabot/npm_and_yarn/sass-1.59.2
Bump sass from 1.57.1 to 1.59.2
2023-03-14 14:23:07 +01:00
dependabot[bot] 3eca3223c5
Bump sass from 1.57.1 to 1.59.2
Bumps [sass](https://github.com/sass/dart-sass) from 1.57.1 to 1.59.2.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.57.1...1.59.2)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-11 04:27:57 +00:00
dependabot[bot] 9ed91ead80
Chore(deps): Bump @nextcloud/vue from 7.4.0 to 7.8.0
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.4.0 to 7.8.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.4.0...v7.8.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>
2023-03-09 18:07:04 +00:00
dependabot[bot] 2c1316464e
bump @nextcloud/eslint-config from 8.2.0 to 8.2.1
---
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>
2023-03-09 18:06:18 +00:00
dependabot[bot] 2f36695e53
Bump vue-material-design-icons from 5.1.2 to 5.2.0
Bumps [vue-material-design-icons](https://github.com/robcresswell/vue-material-design-icons) from 5.1.2 to 5.2.0.
- [Release notes](https://github.com/robcresswell/vue-material-design-icons/releases)
- [Changelog](https://github.com/robcresswell/vue-material-design-icons/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/robcresswell/vue-material-design-icons/compare/5.1.2...5.2.0)

---
updated-dependencies:
- dependency-name: vue-material-design-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-09 18:06:13 +00:00
Louis Chemineau ab347790a8 Use new Mastodon like API
Revert "Revert "Merge pull request #1581 from nextcloud/artonge/feat/use_new_api""

This reverts commit c4eef0b2d4.

Signed-off-by: Louis Chemineau <louis@chmn.me>

Adapt views to new timeline api

Signed-off-by: Louis Chemineau <louis@chmn.me>

Add types

Signed-off-by: Louis Chemineau <louis@chmn.me>

Fix type errors

Signed-off-by: Louis Chemineau <louis@chmn.me>

Adapte front-end to mastodon data format

+ Add typing
+ Modernize code

Signed-off-by: Louis Chemineau <louis@chmn.me>

Use new API for media attachments

+ Split Composer.vue into tinier composent
+ Use blurhash value of attachments

Signed-off-by: Louis Chemineau <louis@chmn.me>

Fix media attachment rendering in post component

Signed-off-by: Louis Chemineau <louis@chmn.me>

Use square container to display statuses attachments

Signed-off-by: Louis Chemineau <louis@chmn.me>

Add typing to timeline.js

And fix type errors

Signed-off-by: Louis Chemineau <louis@chmn.me>

Forward format to getStreamSelectSql for direct timeline

Signed-off-by: Louis Chemineau <louis@chmn.me>

Fix liked timeline

Signed-off-by: Louis Chemineau <louis@chmn.me>

Use new API for local and federated timelines

Signed-off-by: Louis Chemineau <louis@chmn.me>

Fix profile and avatar for local users

Signed-off-by: Louis Chemineau <louis@chmn.me>

Update babel config

Signed-off-by: Louis Chemineau <louis@chmn.me>

Improve typing in account.js

Signed-off-by: Louis Chemineau <louis@chmn.me>

Handle new notification format

Signed-off-by: Louis Chemineau <louis@chmn.me>

Fix follow button

Signed-off-by: Louis Chemineau <louis@chmn.me>

Fix condition of delete button for statuses

Signed-off-by: Louis Chemineau <louis@chmn.me>

Add relationship fetching

Signed-off-by: Louis Chemineau <louis@chmn.me>

Improve attachments viewer

Signed-off-by: Louis Chemineau <louis@chmn.me>

Correctly use twemoji

Signed-off-by: Louis Chemineau <louis@chmn.me>

Clean up composer

Signed-off-by: Louis Chemineau <louis@chmn.me>

Insert emoji on the last line instead of creating a new one

Signed-off-by: Louis Chemineau <louis@chmn.me>

Overall improvements in composer

Signed-off-by: Louis Chemineau <louis@chmn.me>

Clean up PreviewGridItem

Signed-off-by: Louis Chemineau <louis@chmn.me>

Fix fetching relationships

Signed-off-by: Louis Chemineau <louis@chmn.me>

Fix followers and following list

Signed-off-by: Louis Chemineau <louis@chmn.me>

Fix direct link to followers and following lists

Signed-off-by: Louis Chemineau <louis@chmn.me>

Fix notifications endpoint

Signed-off-by: Louis Chemineau <louis@chmn.me>

Handle different types of notifications

Signed-off-by: Louis Chemineau <louis@chmn.me>

Add formatted date as title for statuses

Signed-off-by: Louis Chemineau <louis@chmn.me>

Fix entryContent computed property

Signed-off-by: Louis Chemineau <louis@chmn.me>

Handle reblog

Signed-off-by: Louis Chemineau <louis@chmn.me>

Fix favourite type

Signed-off-by: Louis Chemineau <louis@chmn.me>

Load context of status for single post

Signed-off-by: Louis Chemineau <louis@chmn.me>

Use new format to set the uid in single post

Signed-off-by: Louis Chemineau <louis@chmn.me>

Fix display name property

Signed-off-by: Louis Chemineau <louis@chmn.me>

Hack to handle context of single post

Signed-off-by: Louis Chemineau <louis@chmn.me>

Use item id to fetch context

Signed-off-by: Louis Chemineau <louis@chmn.me>

Remove unsused variable

Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-03-09 19:02:31 +01:00
Louis Chemineau bb9ab48fae Add stylelint
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-16 11:02:05 +01:00
violoncello.ch b0bb03e6eb
Merge pull request #1567 from nextcloud/dependabot/npm_and_yarn/linkifyjs-4.1.0
Bump linkifyjs from 4.0.2 to 4.1.0
2023-01-14 22:23:03 +01:00
violoncello.ch a9559a9c44
Merge pull request #1579 from nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-8.2.0
Bump @nextcloud/eslint-config from 8.1.4 to 8.2.0
2023-01-14 22:05:34 +01:00
violoncello.ch 7ca10c54b1
Merge pull request #1577 from nextcloud/dependabot/npm_and_yarn/nextcloud/logger-2.5.0
Bump @nextcloud/logger from 2.4.0 to 2.5.0
2023-01-14 22:04:56 +01:00
dependabot[bot] e9250a4961
Bump @nextcloud/eslint-config from 8.1.4 to 8.2.0
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 8.1.4 to 8.2.0.
- [Release notes](https://github.com/nextcloud/eslint-config/releases)
- [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/eslint-config/compare/v8.1.4...v8.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-14 03:57:46 +00:00
dependabot[bot] e6020cb380
Bump @nextcloud/logger from 2.4.0 to 2.5.0
Bumps [@nextcloud/logger](https://github.com/nextcloud/nextcloud-logger) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/nextcloud/nextcloud-logger/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-logger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-logger/compare/v2.4.0...v2.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-14 03:31:28 +00:00
dependabot[bot] afc0b879f8
Bump @nextcloud/vue from 7.3.0 to 7.4.0
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.3.0 to 7.4.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.3.0...v7.4.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>
2023-01-14 02:02:21 +00:00
dependabot[bot] f482737d7a
Bump linkifyjs from 4.0.2 to 4.1.0
Bumps [linkifyjs](https://github.com/Hypercontext/linkifyjs/tree/HEAD/packages/linkifyjs) from 4.0.2 to 4.1.0.
- [Release notes](https://github.com/Hypercontext/linkifyjs/releases)
- [Changelog](https://github.com/Hypercontext/linkifyjs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Hypercontext/linkifyjs/commits/v4.1.0/packages/linkifyjs)

---
updated-dependencies:
- dependency-name: linkifyjs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-07 02:01:42 +00:00
Louis Chemineau e63d7916f9 Run npm audit fix
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-04 17:55:26 +01:00
Louis Chemineau 74308c64ff Fix cypress workflow
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-04 17:54:47 +01:00
Louis Chemineau cd2e56d80c Import and use needed linkify packages
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-04 10:56:57 +01:00
dependabot[bot] e41a545a09
Bump @nextcloud/router from 2.0.0 to 2.0.1
Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/nextcloud/nextcloud-router/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-router/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-31 03:48:07 +00:00
dependabot[bot] 67dac2bf70
Bump @nextcloud/vue from 7.1.0 to 7.3.0
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.1.0 to 7.3.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.1.0...v7.3.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>
2022-12-28 10:24:20 +00:00
violoncello.ch 6399014708
Merge pull request #1554 from nextcloud/dependabot/npm_and_yarn/sass-1.57.1
Bump sass from 1.56.1 to 1.57.1
2022-12-28 11:23:10 +01:00
dependabot[bot] 6762aa4afd
Bump sass from 1.56.1 to 1.57.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.56.1 to 1.57.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.56.1...1.57.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-24 03:18:22 +00:00
dependabot[bot] 73aef49dc4
Bump @nextcloud/axios from 2.2.0 to 2.3.0
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v2.2.0...v2.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-17 02:00:35 +00:00
Maxence Lange 90b25d3f52
Merge pull request #1542 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios-2.2.0
Bump @nextcloud/axios from 2.0.0 to 2.2.0
2022-12-07 10:31:05 -01:00
Maxence Lange e9e53ff0d9
Merge pull request #1477 from nextcloud/dependabot/npm_and_yarn/tributejs-5.1.3
Bump tributejs from 3.7.3 to 5.1.3
2022-12-07 10:29:49 -01:00
Maxence Lange 8a28ce47f0
Merge pull request #1490 from nextcloud/dependabot/npm_and_yarn/linkifyjs-4.0.2
Bump linkifyjs from 2.1.9 to 4.0.2
2022-12-07 10:29:38 -01:00
Maxence Lange 8776d51db3
Merge pull request #1540 from nextcloud/dependabot/npm_and_yarn/nextcloud/stylelint-config-2.3.0
Bump @nextcloud/stylelint-config from 2.2.0 to 2.3.0
2022-12-07 10:29:08 -01:00
Maxence Lange b59bdba34d
Merge pull request #1467 from nextcloud/dependabot/npm_and_yarn/vue-router-3.6.5
Bump vue-router from 3.5.3 to 3.6.5
2022-12-07 10:23:44 -01:00
dependabot[bot] 57d64d33b1
Bump tributejs from 3.7.3 to 5.1.3
Bumps [tributejs](https://github.com/zurb/tribute) from 3.7.3 to 5.1.3.
- [Release notes](https://github.com/zurb/tribute/releases)
- [Commits](https://github.com/zurb/tribute/compare/3.7.3...5.1.3)

---
updated-dependencies:
- dependency-name: tributejs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07 11:23:06 +00:00
Maxence Lange 75178872c4
Merge pull request #1387 from nextcloud/dependabot/npm_and_yarn/v-tooltip-4.0.0-beta.0
Bump v-tooltip from 3.0.0-alpha.21 to 4.0.0-beta.0
2022-12-07 10:22:13 -01:00
dependabot[bot] cd2a1b8d82
Bump @nextcloud/axios from 2.0.0 to 2.2.0
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 2.0.0 to 2.2.0.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v2.0.0...v2.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07 11:19:07 +00:00
dependabot[bot] 00bd93af1a
Bump linkifyjs from 2.1.9 to 4.0.2
Bumps [linkifyjs](https://github.com/Hypercontext/linkifyjs/tree/HEAD/packages/linkifyjs) from 2.1.9 to 4.0.2.
- [Release notes](https://github.com/Hypercontext/linkifyjs/releases)
- [Changelog](https://github.com/Hypercontext/linkifyjs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Hypercontext/linkifyjs/commits/v4.0.2/packages/linkifyjs)

---
updated-dependencies:
- dependency-name: linkifyjs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07 11:18:58 +00:00
dependabot[bot] 36e19d10fd
Bump @nextcloud/stylelint-config from 2.2.0 to 2.3.0
Bumps [@nextcloud/stylelint-config](https://github.com/nextcloud/stylelint-config) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/nextcloud/stylelint-config/releases)
- [Changelog](https://github.com/nextcloud/stylelint-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/stylelint-config/compare/v2.2.0...v2.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07 11:18:54 +00:00
dependabot[bot] 838e0d19e6
Bump vue-router from 3.5.3 to 3.6.5
Bumps [vue-router](https://github.com/vuejs/router) from 3.5.3 to 3.6.5.
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](https://github.com/vuejs/router/commits)

---
updated-dependencies:
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07 11:18:49 +00:00
Maxence Lange 18d33c70ae
Merge pull request #1541 from nextcloud/dependabot/npm_and_yarn/jest-serializer-vue-3.1.0
Bump jest-serializer-vue from 2.0.2 to 3.1.0
2022-12-07 10:18:20 -01:00
dependabot[bot] c6e4e92a2d
Bump @nextcloud/vue from 7.0.1 to 7.1.0
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 7.0.1 to 7.1.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v7.0.1...v7.1.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>
2022-12-03 02:00:32 +00:00
dependabot[bot] 072e4b42fe
Bump jest-serializer-vue from 2.0.2 to 3.1.0
Bumps [jest-serializer-vue](https://github.com/eddyerburgh/jest-serializer-vue) from 2.0.2 to 3.1.0.
- [Release notes](https://github.com/eddyerburgh/jest-serializer-vue/releases)
- [Changelog](https://github.com/eddyerburgh/jest-serializer-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eddyerburgh/jest-serializer-vue/commits)

---
updated-dependencies:
- dependency-name: jest-serializer-vue
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-26 03:10:49 +00:00
Maxence Lange d5fa182141
Merge pull request #1242 from nextcloud/dependabot/npm_and_yarn/nextcloud/router-2.0.0
Bump @nextcloud/router from 1.2.0 to 2.0.0
2022-11-21 14:52:02 -01:00
Maxence Lange e3aa71c6cc
Merge pull request #1534 from nextcloud/dependabot/npm_and_yarn/vue-tribute-1.0.7
Bump vue-tribute from 1.0.6 to 1.0.7
2022-11-21 11:38:44 -01:00
Maxence Lange 4110549a96
Merge pull request #1532 from nextcloud/dependabot/npm_and_yarn/jest-29.3.1
Bump jest from 29.2.2 to 29.3.1
2022-11-21 11:38:35 -01:00
Maxence Lange bc7c9e1a28
Merge pull request #1533 from nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-8.1.4
Bump @nextcloud/eslint-config from 8.1.2 to 8.1.4
2022-11-21 11:38:27 -01:00
dependabot[bot] 718b22a228
Bump vue-tribute from 1.0.6 to 1.0.7
Bumps [vue-tribute](https://github.com/syropian/vue-tribute) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/syropian/vue-tribute/releases)
- [Commits](https://github.com/syropian/vue-tribute/compare/v1.0.6...v1.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-19 02:03:45 +00:00
dependabot[bot] e698469695
Bump @nextcloud/eslint-config from 8.1.2 to 8.1.4
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 8.1.2 to 8.1.4.
- [Release notes](https://github.com/nextcloud/eslint-config/releases)
- [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/eslint-config/compare/v8.1.2...v8.1.4)

---
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>
2022-11-19 02:03:33 +00:00
dependabot[bot] e877f20806
Bump jest from 29.2.2 to 29.3.1
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.2.2 to 29.3.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.3.1/packages/jest)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-19 02:03:18 +00:00
dependabot[bot] 95e72c0f88
Bump loader-utils from 1.4.1 to 1.4.2
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-18 00:42:20 +00:00
violoncello.ch 00a7ab8ee1
Merge pull request #1525 from nextcloud/dependabot/npm_and_yarn/sass-1.56.1
Bump sass from 1.56.0 to 1.56.1
2022-11-13 18:02:02 +01:00
dependabot[bot] 246feff036
Bump @nextcloud/router from 1.2.0 to 2.0.0
Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/nextcloud/nextcloud-router/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.2.0...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-13 16:59:36 +00:00
violoncello.ch 691a5b66ae
Merge pull request #1523 from nextcloud/dependabot/npm_and_yarn/loader-utils-1.4.1
Bump loader-utils from 1.4.0 to 1.4.1
2022-11-13 17:58:36 +01:00