Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/node-test-handlebars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ name: Node handlebars tests

on:
pull_request:
schedule:
- cron: "5 2 * * *"

permissions:
contents: read
Expand Down Expand Up @@ -44,7 +42,7 @@ jobs:
- 'apps/*/appinfo/info.xml'
- 'core/src/**'
- 'package.json'
- 'package-lock.json'
- '**/package-lock.json'
- 'tsconfig.json'
- '**.js'
- '**.ts'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- 'apps/*/appinfo/info.xml'
- 'core/src/**'
- 'package.json'
- 'package-lock.json'
- '**/package-lock.json'
- 'tsconfig.json'
- '**.js'
- '**.ts'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
- '.github/workflows/**'
- '**/src/**'
- '**/appinfo/info.xml'
- 'core/css/*'
- 'core/img/**'
- 'package.json'
- 'package-lock.json'
- '**/package-lock.json'
- 'tsconfig.json'
- '**.js'
- '**.ts'
- '**.vue'
- 'core/css/*'
- 'core/img/**'
- 'version.php'

build:
Expand Down
9 changes: 5 additions & 4 deletions build/frontend-legacy/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/frontend-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"cancelable-promise": "^4.3.1",
"clipboard": "^2.0.11",
"color": "^5.0.3",
"core-js": "^3.46.0",
"core-js": "^3.47.0",
"crypto-browserify": "^3.12.1",
"davclient.js": "nextcloud-deps/davclient.js#59d7777d7fe290c5f1fd74a58e7eb529b63e153d",
"debounce": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions dist/1078-1078.js.license
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 3.0.0
Expand All @@ -68,7 +68,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/vue-select
- version: 3.26.0
Expand Down
2 changes: 1 addition & 1 deletion dist/1078-1078.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/1082-1082.js.license
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 2.2.0
Expand All @@ -65,10 +65,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/paths
- version: 2.2.2
- version: 2.3.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/vue
- version: 8.34.0
Expand Down
2 changes: 1 addition & 1 deletion dist/1082-1082.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions dist/1543-1543.js.license
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 3.0.0
Expand All @@ -167,10 +167,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/paths
- version: 2.2.2
- version: 2.3.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/sharing
- version: 0.3.0
Expand Down Expand Up @@ -587,7 +587,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.0.1
- license: MIT
- p-queue
- version: 9.0.0
- version: 9.0.1
- license: MIT
- p-timeout
- version: 7.0.1
Expand Down
Loading
Loading