Skip to content

update dependencies#98

Merged
individual-it merged 2 commits intomainfrom
updateDependencies
Apr 1, 2025
Merged

update dependencies#98
individual-it merged 2 commits intomainfrom
updateDependencies

Conversation

@individual-it
Copy link
Member

@individual-it individual-it commented Mar 31, 2025

Description

Update the main dependencies, specially those of owncloud web

Motivation and Context

get things up to date before making the extension compatible with OpenCloud

How Has This Been Tested?

  • running the extension locally
  • CI

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Tests only (no source changes)
  • Documentation only (no source changes)
  • Maintenance (e.g. dependency updates or tooling)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation updated

@individual-it individual-it force-pushed the updateDependencies branch 3 times, most recently from 5cd028c to addcd12 Compare March 31, 2025 11:47
// Create a new browser context and page per scenario
Before(async function () {
global.context = await global.browser.newContext({ ignoreHTTPSErrors: true })
global.context = await global.browser.newContext({ ignoreHTTPSErrors: true, locale: 'en-US' })
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is needed, because without a set language the main file page of oCIS would not load correctly.
The browser console says:

RangeError: Incorrect locale information provided
    at new Collator (<anonymous>)
    at f9 (https://localhost:9200/js/chunks/PortalTarget.vue_vue_type_script_lang-Mx1H1gb1.mjs:56:60907)
    at nB.fn (https://localhost:9200/js/chunks/PortalTarget.vue_vue_type_script_lang-Mx1H1gb1.mjs:56:60061)
    at XA (https://localhost:9200/js/chunks/PortalTarget.vue_vue_type_script_lang-Mx1H1gb1.mjs:9:3166)
    at Vy (https://localhost:9200/js/chunks/PortalTarget.vue_vue_type_script_lang-Mx1H1gb1.mjs:9:2854)
    at XA (https://localhost:9200/js/chunks/PortalTarget.vue_vue_type_script_lang-Mx1H1gb1.mjs:9:3093)
    at Vy (https://localhost:9200/js/chunks/PortalTarget.vue_vue_type_script_lang-Mx1H1gb1.mjs:9:2854)
    at XA (https://localhost:9200/js/chunks/PortalTarget.vue_vue_type_script_lang-Mx1H1gb1.mjs:9:3093)
    at Vy (https://localhost:9200/js/chunks/PortalTarget.vue_vue_type_script_lang-Mx1H1gb1.mjs:9:2854)
    at XA (https://localhost:9200/js/chunks/PortalTarget.vue_vue_type_script_lang-Mx1H1gb1.mjs:9:3093)

@individual-it individual-it marked this pull request as ready for review April 1, 2025 04:30
@anon-pradip
Copy link
Contributor

Looks ✨ to me

@individual-it individual-it merged commit c9a453a into main Apr 1, 2025
1 check passed
@individual-it individual-it deleted the updateDependencies branch April 1, 2025 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants