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
withCredentials
behavior; (#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-6032459
Contributors 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
withCredentials
behavior; (#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
b3be365
chore(release): v1.6.2 (#6082)8739acb
chore(ci): removed redundant release action; (#6081)bfa9c30
chore(docs): fix outdated grunt to npm scripts (#6073)a2b0fb3
chore(docs): update README.md (#6048)b12a608
chore(ci): removed paths-ignore filter; (#6080)0c9d886
chore(ci): reworked ignoring files logic; (#6079)30873ee
chore(ci): add paths-ignore config to testing action; (#6078)cff9967
feat(withXSRFToken): added withXSRFToken option as a workaround to achieve th...7009715
chore(ci): fixed release notification action; (#6064)7144f10
chore(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
Node16
orNodeNext
to 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/router
v2.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
Node16
orNodeNext
to 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/router
2.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
27e2158
chore(deps): update dependency@rollup/plugin-typescript
to ^11.1.2e73e84f
chore(deps): update babel monorepo to ^7.22.5028e5d6
Merge pull request #634 from nextcloud/fix/readme-badges2c1c298
fix(docs): Fix "build status" aka tests badge in README865af43
Merge pull request #631 from nextcloud/feat/add-eslintcc2b0f9
Merge pull request #630 from nextcloud/chore/npmignore9498817
chore: Add eslint and fix linter issues407abfd
Merge pull request #632 from nextcloud/fix/drop-tslib36686f2
Merge pull request #633 from nextcloud/chore/update-ciaef0573
chore: 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
useIsMobile
anduseIsFullscreen
composables #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-label
of close button by@susnux
in nextcloud-libraries/nextcloud-vue#4778- fix(NcCounterBubble): Fix color of highlighted/outlined items when no… by
@nickvergessen
in nextcloud-libraries/nextcloud-vue#4781- fix(NcTimezonePicker): add missing
t
method by@ShGKme
in nextcloud-libraries/nextcloud-vue#4790- fix(docs): Add samples for counters so they are never forgotten on ad… by
@nickvergessen
in nextcloud-libraries/nextcloud-vue#4783- fix(NcCheckboxRadioSwitch): Fix contrast of Radio switches using butt… by
@nickvergessen
in nextcloud-libraries/nextcloud-vue#4791Other Changes
- Updates for project Nextcloud vue library by
@transifex-integration
in nextcloud-libraries/nextcloud-vue#4780- Updates for project Nextcloud vue library by
@transifex-integration
in 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-schluessler
in nextcloud-libraries/nextcloud-vue#4052- Remove deprecated popovermenu component by
@raimund-schluessler
in nextcloud-libraries/nextcloud-vue#4081- Remove excludeClickOutsideClasses from clickOutsideOptions by
@raimund-schluessler
in nextcloud-libraries/nextcloud-vue#4088- Remove deprecated
NcAppNavigationCounter
component by@raimund-schluessler
in nextcloud-libraries/nextcloud-vue#4096- Rename
title
props and slots toname
by@raimund-schluessler
in nextcloud-libraries/nextcloud-vue#4106- Remove deprecated
NcMultiselect
andNcMultiselectTags
components by@susnux
in nextcloud-libraries/nextcloud-vue#4281- chore: Drop
install
entry point and replace it with an Vue Plugin by@susnux
in nextcloud-libraries/nextcloud-vue#4349- feat(NcEmptyContent)!: make empty content centered by default instead of 20vh margin by
@ShGKme
in nextcloud-libraries/nextcloud-vue#4506- chore!: Rename
Datetime
toDateTime
in component names by@susnux
in nextcloud-libraries/nextcloud-vue#4560
... (truncated)
Changelog
Sourced from @nextcloud/vue
's changelog.
v8.1.0 (2023-11-14)
:rocket: Enhancements
- feat: introduce
useIsMobile
anduseIsFullscreen
composables #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-label
of close button by@susnux
in nextcloud-libraries/nextcloud-vue#4778- fix(NcCounterBubble): Fix color of highlighted/outlined items when no… by
@nickvergessen
in nextcloud-libraries/nextcloud-vue#4781- fix(NcTimezonePicker): add missing
t
method by@ShGKme
in nextcloud-libraries/nextcloud-vue#4790- fix(NcCheckboxRadioSwitch): Fix contrast of Radio switches using butt… by
@nickvergessen
in nextcloud-libraries/nextcloud-vue#4791Other Changes
- Updates for project Nextcloud vue library by
@transifex-integration
in nextcloud-libraries/nextcloud-vue#4780- Updates for project Nextcloud vue library by
@transifex-integration
in 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
NcMultiselect
andNcMultiselectTags
components were removed #4281 (susnux)
- Migration: Use the
NcSelect
andNcSelectTags
components instead- The deprecated
NcPopoverMenu
component was removed #4081 (raimund-schluessler)
- Migration: Use the
NcActions
component instead- The deprecated
NcAppNavigationCounter
component was removed #4096 (raimund-schluessler)
- Migration: Use the
NcCounterBubble
component instead- The deprecated
excludeClickOutsideClasses
property was removed fromclickOutsideOptions
#4088 (raimund-schluessler)
- Migration: Use the
excludeClickOutsideSelectors
property, which takes an array of css selectors, instead- The
label
property ofNcAutoCompleteResult
was renamed totitle
#4222 (susnux)- The deprecated
title
property was removed, every occurrence oftitle
was renamed toname
#4106 (raimund-schluessler), #4052 (raimund-schluessler)
label
property was renamed toname
forNcMentionBubble
name
propery is now required forNcActions*
,NcAppNavigationItem
andNcBreadcrumb*
- See linked pull request for full migration guide
- chore: Drop
install
entry point and replace it with an Vue Plugin #4349 (susnux)NcInputField
: ThelabelVisible
property was removed for accessibility it is required to always show a label. You can still use thelabelOutside
property to remove the inner label from the component.- feat(NcEmptyContent)!: make empty content centered by default instead of 20vh margin #4506 (ShGKme)
... (truncated)
Commits
6ac8859
Merge pull request #4819 from nextcloud-libraries/chore/release-nextcc8a4a6
chore: Prepare 8.1.0 release47201f1
Merge pull request #4815 from nextcloud-libraries/enh/improve-appsidebartabs-...96e3bc8
Merge pull request #4817 from nextcloud-libraries/enh/4816/fix-single-select07d287d
fix single-select designa72bddd
Fix tabs appearanceccd16cb
Merge pull request #4814 from nextcloud-libraries/translations_ef429a9836fb49...b08d76d
Translate l10n/messages.pot in ar59752f7
Merge pull request #4813 from nextcloud-libraries/translations_ef429a9836fb49...6b738b3
Translate 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will 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 version
will 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 dependency
will 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.