nextcloudpi
nextcloudpi copied to clipboard
build(deps): bump axios, @nextcloud/axios and @nextcloud/vue in /ncp-app
Bumps axios to 1.6.2 and updates ancestor dependencies axios, @nextcloud/axios and @nextcloud/vue. These dependencies need to be updated together.
Updates axios from 0.27.2 to 1.6.2
Release notes
Sourced from axios's releases.
Release v1.6.2
Release notes:
Features
- withXSRFToken: added withXSRFToken option as a workaround to achieve the old
withCredentialsbehavior; (#6046) (cff9967)PRs
- feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )
📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour. You should now use withXSRFToken along with withCredential to get the old behavior. This functionality is considered as a fix.Contributors to this release
Release v1.6.1
Release notes:
Bug Fixes
- formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab)
- platform: fixed emulated browser detection in node.js environment; (#6055) (3dc8369)
Contributors to this release
Release v1.6.0
Release notes:
Bug Fixes
- CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232)
- dns: fixed lookup function decorator to work properly in node v20; (#6011) (5aaff53)
- types: fix AxiosHeaders types; (#5931) (a1c8ad0)
PRs
- CVE 2023 45857 ( #6028 )
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459Contributors to this release
... (truncated)
Changelog
Sourced from axios's changelog.
1.6.2 (2023-11-14)
Features
- withXSRFToken: added withXSRFToken option as a workaround to achieve the old
withCredentialsbehavior; (#6046) (cff9967)PRs
- feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )
📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour. You should now use withXSRFToken along with withCredential to get the old behavior. This functionality is considered as a fix.Contributors to this release
1.6.1 (2023-11-08)
Bug Fixes
- formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab)
- platform: fixed emulated browser detection in node.js environment; (#6055) (3dc8369)
Contributors to this release
PRs
- feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )
📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour. You should now use withXSRFToken along with withCredential to get the old behavior. This functionality is considered as a fix.1.6.0 (2023-10-26)
Bug Fixes
... (truncated)
Commits
b3be365chore(release): v1.6.2 (#6082)8739acbchore(ci): removed redundant release action; (#6081)bfa9c30chore(docs): fix outdated grunt to npm scripts (#6073)a2b0fb3chore(docs): update README.md (#6048)b12a608chore(ci): removed paths-ignore filter; (#6080)0c9d886chore(ci): reworked ignoring files logic; (#6079)30873eechore(ci): add paths-ignore config to testing action; (#6078)cff9967feat(withXSRFToken): added withXSRFToken option as a workaround to achieve th...7009715chore(ci): fixed release notification action; (#6064)7144f10chore(ci): fixed release notification action; (#6063)- Additional commits viewable in compare view
Updates @nextcloud/axios from 1.11.0 to 2.4.0
Release notes
Sourced from @nextcloud/axios's releases.
v2.4.0
2.4.0 – 2023-06-28
Fixed
- Fix package exports to allow Typescript projects with module resolution of
Node16orNodeNextto import the packageChanged
- Axios upgrade from v0.27 to v1.4
- Update node engines to next LTS (node 20 / npm 9)
- Dependency updates
v2.3.0 – 2022-12-13
Changed
- Dependency updates
Fixed
- Cancelled request handling in interceptors
- External rollup dependency
@nextcloud/routerv2.2.0
2.2.0 – 2022-11-24
Added
- Session expiry handler (opt-in)
Changed
- Dependency updates
v2.1.0
Added
- Maintenance mode retry handler
- Expired CSRF token retry handler
Changed
- Dependency updates
v2.0.0
Added
- Use rollup as bundler
- Add ESM Support
- Run tests in more Node versions
Changed
- Remove babel
Changelog
Sourced from @nextcloud/axios's changelog.
2.4.0 – 2023-06-28
Fixed
- Fix package exports to allow Typescript projects with module resolution of
Node16orNodeNextto import the packageChanged
- Axios upgrade from v0.27 to v1.4
- Update node engines to next LTS (node 20 / npm 9)
- Dependency updates
2.3.0 – 2022-12-13
Changed
- Dependency updates
Fixed
- Cancelled request handling in interceptors
- External rollup dependency
@nextcloud/router2.2.0 – 2022-11-24
Added
- Session expiry handler (opt-in)
Changed
- Dependency updates
2.1.0 - 2022-10-01
Added
- Maintenance mode retry handler
- Expired CSRF token retry handler
Changed
- Dependency updates
2.0.0 - 2022-08-11
Added
- Use rollup as bundler
- Add ESM Support
- Run tests in more Node versions
Changed
- Remove babel
Commits
27e2158chore(deps): update dependency@rollup/plugin-typescriptto ^11.1.2e73e84fchore(deps): update babel monorepo to ^7.22.5028e5d6Merge pull request #634 from nextcloud/fix/readme-badges2c1c298fix(docs): Fix "build status" aka tests badge in README865af43Merge pull request #631 from nextcloud/feat/add-eslintcc2b0f9Merge pull request #630 from nextcloud/chore/npmignore9498817chore: Add eslint and fix linter issues407abfdMerge pull request #632 from nextcloud/fix/drop-tslib36686f2Merge pull request #633 from nextcloud/chore/update-ciaef0573chore: Update CI workflows from organization templates- Additional commits viewable in compare view
Updates @nextcloud/vue from 5.4.0 to 8.1.0
Release notes
Sourced from @nextcloud/vue's releases.
v8.1.0
v8.1.0 (2023-11-14)
:rocket: Enhancements
- feat: introduce
useIsMobileanduseIsFullscreencomposables #4761(@ShGKme):bug: Fixed bugs
- Fix tabs appearance #4815
(@marcoambrosini)- fix(NcTextField): Align default label for trailing button with used icon #4805
(@susnux)- fix single-select design #4817
(@szaimen)Other Changes
- Update translations
Full Changelog: https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.0.1...v8.1.0
v8.0.1
What's Changed
🐛 Fixed bugs
- fix(NcModal): Adjust
aria-labelof close button by@susnuxin nextcloud-libraries/nextcloud-vue#4778- fix(NcCounterBubble): Fix color of highlighted/outlined items when no… by
@nickvergessenin nextcloud-libraries/nextcloud-vue#4781- fix(NcTimezonePicker): add missing
tmethod by@ShGKmein nextcloud-libraries/nextcloud-vue#4790- fix(docs): Add samples for counters so they are never forgotten on ad… by
@nickvergessenin nextcloud-libraries/nextcloud-vue#4783- fix(NcCheckboxRadioSwitch): Fix contrast of Radio switches using butt… by
@nickvergessenin nextcloud-libraries/nextcloud-vue#4791Other Changes
- Updates for project Nextcloud vue library by
@transifex-integrationin nextcloud-libraries/nextcloud-vue#4780- Updates for project Nextcloud vue library by
@transifex-integrationin nextcloud-libraries/nextcloud-vue#4784Full Changelog: https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.0.0...v8.0.1
v8.0.0
What's Changed
More information could be found on this tracking issue: nextcloud-libraries/nextcloud-vue#4223
💥 Breaking Changes
- Migrate from deprecated title prop by
@raimund-schluesslerin nextcloud-libraries/nextcloud-vue#4052- Remove deprecated popovermenu component by
@raimund-schluesslerin nextcloud-libraries/nextcloud-vue#4081- Remove excludeClickOutsideClasses from clickOutsideOptions by
@raimund-schluesslerin nextcloud-libraries/nextcloud-vue#4088- Remove deprecated
NcAppNavigationCountercomponent by@raimund-schluesslerin nextcloud-libraries/nextcloud-vue#4096- Rename
titleprops and slots tonameby@raimund-schluesslerin nextcloud-libraries/nextcloud-vue#4106- Remove deprecated
NcMultiselectandNcMultiselectTagscomponents by@susnuxin nextcloud-libraries/nextcloud-vue#4281- chore: Drop
installentry point and replace it with an Vue Plugin by@susnuxin nextcloud-libraries/nextcloud-vue#4349- feat(NcEmptyContent)!: make empty content centered by default instead of 20vh margin by
@ShGKmein nextcloud-libraries/nextcloud-vue#4506- chore!: Rename
DatetimetoDateTimein component names by@susnuxin nextcloud-libraries/nextcloud-vue#4560
... (truncated)
Changelog
Sourced from @nextcloud/vue's changelog.
v8.1.0 (2023-11-14)
:rocket: Enhancements
- feat: introduce
useIsMobileanduseIsFullscreencomposables #4761(@ShGKme):bug: Fixed bugs
- Fix tabs appearance #4815
(@marcoambrosini)- fix(NcTextField): Align default label for trailing button with used icon #4805
(@susnux)- fix single-select design #4817
(@szaimen)Other Changes
- Update translations
v8.0.1 (2023-11-09)
:bug: Fixed bugs
- fix(NcModal): Adjust
aria-labelof close button by@susnuxin nextcloud-libraries/nextcloud-vue#4778- fix(NcCounterBubble): Fix color of highlighted/outlined items when no… by
@nickvergessenin nextcloud-libraries/nextcloud-vue#4781- fix(NcTimezonePicker): add missing
tmethod by@ShGKmein nextcloud-libraries/nextcloud-vue#4790- fix(NcCheckboxRadioSwitch): Fix contrast of Radio switches using butt… by
@nickvergessenin nextcloud-libraries/nextcloud-vue#4791Other Changes
- Updates for project Nextcloud vue library by
@transifex-integrationin nextcloud-libraries/nextcloud-vue#4780- Updates for project Nextcloud vue library by
@transifex-integrationin nextcloud-libraries/nextcloud-vue#4784v8.0.0 (2023-11-08)
:boom: Breaking changes
- Update node engines to next LTS (node 20 / npm 9)
- The deprecated
NcMultiselectandNcMultiselectTagscomponents were removed #4281 (susnux)
- Migration: Use the
NcSelectandNcSelectTagscomponents instead- The deprecated
NcPopoverMenucomponent was removed #4081 (raimund-schluessler)
- Migration: Use the
NcActionscomponent instead- The deprecated
NcAppNavigationCountercomponent was removed #4096 (raimund-schluessler)
- Migration: Use the
NcCounterBubblecomponent instead- The deprecated
excludeClickOutsideClassesproperty was removed fromclickOutsideOptions#4088 (raimund-schluessler)
- Migration: Use the
excludeClickOutsideSelectorsproperty, which takes an array of css selectors, instead- The
labelproperty ofNcAutoCompleteResultwas renamed totitle#4222 (susnux)- The deprecated
titleproperty was removed, every occurrence oftitlewas renamed toname#4106 (raimund-schluessler), #4052 (raimund-schluessler)
labelproperty was renamed tonameforNcMentionBubblenamepropery is now required forNcActions*,NcAppNavigationItemandNcBreadcrumb*- See linked pull request for full migration guide
- chore: Drop
installentry point and replace it with an Vue Plugin #4349 (susnux)NcInputField: ThelabelVisibleproperty was removed for accessibility it is required to always show a label. You can still use thelabelOutsideproperty to remove the inner label from the component.- feat(NcEmptyContent)!: make empty content centered by default instead of 20vh margin #4506 (ShGKme)
... (truncated)
Commits
6ac8859Merge pull request #4819 from nextcloud-libraries/chore/release-nextcc8a4a6chore: Prepare 8.1.0 release47201f1Merge pull request #4815 from nextcloud-libraries/enh/improve-appsidebartabs-...96e3bc8Merge pull request #4817 from nextcloud-libraries/enh/4816/fix-single-select07d287dfix single-select designa72bdddFix tabs appearanceccd16cbMerge pull request #4814 from nextcloud-libraries/translations_ef429a9836fb49...b08d76dTranslate l10n/messages.pot in ar59752f7Merge pull request #4813 from nextcloud-libraries/translations_ef429a9836fb49...6b738b3Translate l10n/messages.pot in tr- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.