Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency webdav to ^5.7.1 (master) #2359

Merged
merged 1 commit into from
Aug 6, 2024
Merged
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
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@
"vue": "^2.7.16",
"vue-async-computed": "^3.9.0",
"vue-material-design-icons": "^5.3.0",
"webdav": "^5.5.0"
"webdav": "^5.7.1"
},
"browserslist": [
"extends @nextcloud/browserslist-config"

Unchanged files with check annotations Beta

/**
*
* @param file

Check warning on line 53 in cypress/e2e/mixins/oddname.ts

GitHub Actions / NPM lint

Missing JSDoc @param "file" description
* @param type

Check warning on line 54 in cypress/e2e/mixins/oddname.ts

GitHub Actions / NPM lint

Missing JSDoc @param "type" description
* @param sidebar

Check warning on line 55 in cypress/e2e/mixins/oddname.ts

GitHub Actions / NPM lint

Missing JSDoc @param "sidebar" description
*/
export default function(file, type, sidebar = false) {
const placedName = naughtyFileName(file)
/**
* Retrieve the files list
* @param path

Check warning on line 39 in src/services/FileInfo.ts

GitHub Actions / NPM lint

Missing JSDoc @param "path" description
* @param options

Check warning on line 40 in src/services/FileInfo.ts

GitHub Actions / NPM lint

Missing JSDoc @param "options" description
*/
export default async function(path: string, options = {}): Promise<FileInfo> {
const response = await getClient().stat(path, Object.assign({
/**
* Retrieve the files list
* @param origin

Check warning on line 52 in src/services/FileInfo.ts

GitHub Actions / NPM lint

Missing JSDoc @param "origin" description
* @param path

Check warning on line 53 in src/services/FileInfo.ts

GitHub Actions / NPM lint

Missing JSDoc @param "path" description
* @param options

Check warning on line 54 in src/services/FileInfo.ts

GitHub Actions / NPM lint

Missing JSDoc @param "options" description
*/
export async function rawStat(origin: string, path: string, options = {}) {
const response = await createClient(origin, { headers: { requesttoken: getRequestToken() || '' } }).stat(path, {
/**
* Retrieve the files list
* @param path

Check warning on line 30 in src/services/FileList.ts

GitHub Actions / NPM lint

Missing JSDoc @param "path" description
* @param options

Check warning on line 31 in src/services/FileList.ts

GitHub Actions / NPM lint

Missing JSDoc @param "options" description
*/
export default async function(path: string, options = {}): Promise<FileInfo[]> {
// getDirectoryContents doesn't accept / for root