nextcloud / officeonline

officeonline
46 stars 15 forks source link

chore(deps): Bump the npm_and_yarn group group with 2 updates #501

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 9 months ago

Bumps the npm_and_yarn group group with 2 updates: @nextcloud/axios and @nextcloud/vue.

Updates @nextcloud/axios from 1.10.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 or NodeNext to import the package

Changed

  • 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

v1.11.0

1.11.0 – 2022-08-10

Changed

  • Require Node 16 with NPM 7 or NPM 8
  • Dependency updates
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 or NodeNext to import the package

Changed

  • 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

1.11.0 – 2022-08-10

Changed

  • Require Node 16 with NPM 7 or NPM 8
  • Dependency updates
Commits
  • 27e2158 chore(deps): update dependency @​rollup/plugin-typescript to ^11.1.2
  • e73e84f chore(deps): update babel monorepo to ^7.22.5
  • 028e5d6 Merge pull request #634 from nextcloud/fix/readme-badges
  • 2c1c298 fix(docs): Fix "build status" aka tests badge in README
  • 865af43 Merge pull request #631 from nextcloud/feat/add-eslint
  • cc2b0f9 Merge pull request #630 from nextcloud/chore/npmignore
  • 9498817 chore: Add eslint and fix linter issues
  • 407abfd Merge pull request #632 from nextcloud/fix/drop-tslib
  • 36686f2 Merge pull request #633 from nextcloud/chore/update-ci
  • aef0573 chore: Update CI workflows from organization templates
  • Additional commits viewable in compare view


Updates @nextcloud/vue from 4.0.3 to 8.3.0

Release notes

Sourced from @​nextcloud/vue's releases.

v8.3.0

v8.3.0 (2023-11-30)

Full Changelog

🚀 Enhancements

  • feat(NcInputField): add optional pill form appearance to the component #4876 (Antreesy)

🐛 Fixed bugs

  • fix(NcCheckboxContent): Make sure text can wrap #4862 (susnux)
  • fix(NcAppNavigation): make toggle button not the first element for focus-trap #4864 (Antreesy)
  • fix(NcAppNavigation): closed on mobile initially #4869 (ShGKme)
  • fix(NcAppSettingsDialog): Remove navigation instead of hiding and fix styles #4865 (susnux)
  • Remove server styles from action menu #4875 (marcoambrosini)
  • fix(NcCheckboxRadioSwitch): visually hidden input position #4882 (ShGKme)
  • fix(NcDialog): Add slighly more padding on the bottom and fix example button order #4881 (susnux)
  • docs(NcAppNavigation): Add docs for slots and remove private components from styleguide #4883 (susnux)
  • fix(NcAppNavigationCaption): Make color main-text for accessibility #4885 (susnux)
  • fix(NcColorPicker): correct aria-label #4889 (ShGKme)
  • fix(NcActions): typo in aria-haspopup #4887 (ShGKme)
  • fix(NcAppNavigation): replace custom v-tooltip with native title #4888 (ShGKme)

Other Changes

  • chore(lint): use valid JSDoc for literal type union #4886 (ShGKme)
  • Update translations

v8.2.0

v8.2.0 (2023-11-17)

Full Changelog

:rocket: Enhancements

  • feat(NcColorPicker): palette now can have color names #4611 (ShGKme)

:bug: Fixed bugs

Other Changes

  • Update translations

... (truncated)

Changelog

Sourced from @​nextcloud/vue's changelog.

v8.3.0 (2023-11-30)

Full Changelog

🚀 Enhancements

  • feat(NcInputField): add optional pill form appearance to the component #4876 (Antreesy)

🐛 Fixed bugs

  • fix(NcCheckboxContent): Make sure text can wrap #4862 (susnux)
  • fix(NcAppNavigation): make toggle button not the first element for focus-trap #4864 (Antreesy)
  • fix(NcAppNavigation): closed on mobile initially #4869 (ShGKme)
  • fix(NcAppSettingsDialog): Remove navigation instead of hiding and fix styles #4865 (susnux)
  • Remove server styles from action menu #4875 (marcoambrosini)
  • fix(NcCheckboxRadioSwitch): visually hidden input position #4882 (ShGKme)
  • fix(NcDialog): Add slighly more padding on the bottom and fix example button order #4881 (susnux)
  • docs(NcAppNavigation): Add docs for slots and remove private components from styleguide #4883 (susnux)
  • fix(NcAppNavigationCaption): Make color main-text for accessibility #4885 (susnux)
  • fix(NcColorPicker): correct aria-label #4889 (ShGKme)
  • fix(NcActions): typo in aria-haspopup #4887 (ShGKme)
  • fix(NcAppNavigation): replace custom v-tooltip with native title #4888 (ShGKme)

Other Changes

  • chore(lint): use valid JSDoc for literal type union #4886 (ShGKme)
  • Update translations

v8.2.0 (2023-11-17)

Full Changelog

:rocket: Enhancements

  • feat(NcColorPicker): palette now can have color names #4611 (ShGKme)

:bug: Fixed bugs

Other Changes

  • Update translations

v8.1.0 (2023-11-14)

... (truncated)

Commits
  • eee1bb8 Merge pull request #4898 from nextcloud-libraries/chore/prepare-release
  • bea531b chore: Prepare new release 8.3.0
  • 81641b3 Merge pull request #4886 from nextcloud-libraries/chore/lint
  • dae6dd9 Merge pull request #4887 from nextcloud-libraries/fix/nc-actions--typo-in-ari...
  • 1008221 Merge pull request #4895 from nextcloud-libraries/translations_ef429a9836fb49...
  • 26eec37 Merge pull request #4891 from nextcloud-libraries/automated/noid/server-styli...
  • 4cfe8dc Translate l10n/messages.pot in it
  • 40a84dc Merge pull request #4889 from nextcloud-libraries/fix/nc-color-picker--correc...
  • a8295fa chore(assets): Update styling from server
  • ea6ba30 Merge pull request #4885 from nextcloud-libraries/fix/app-navigation-caption-...
  • Additional commits viewable in compare view


You can trigger a rebase of this PR 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 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](https://github.com/nextcloud/officeonline/network/alerts).

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 6 months ago

Superseded by #524.