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

chore(deps): bump the npm group in /frontend with 6 updates #600

Merged
merged 1 commit into from
Aug 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 16, 2024

Bumps the npm group in /frontend with 6 updates:

Package From To
axios 1.7.3 1.7.4
pinia 2.2.0 2.2.2
quasar 2.16.6 2.16.9
vue 3.4.35 3.4.38
vue-router 4.4.2 4.4.3
vite 5.3.5 5.4.1

Updates axios from 1.7.3 to 1.7.4

Release notes

Sourced from axios's releases.

Release v1.7.4

Release notes:

Bug Fixes

Contributors to this release

Changelog

Sourced from axios's changelog.

1.7.4 (2024-08-13)

Bug Fixes

Contributors to this release

Commits

Updates pinia from 2.2.0 to 2.2.2

Release notes

Sourced from pinia's releases.

pinia@2.2.2

Please refer to CHANGELOG.md for details.

pinia@2.2.1

Please refer to CHANGELOG.md for details.

Commits

Updates quasar from 2.16.6 to 2.16.9

Release notes

Sourced from quasar's releases.

quasar-v2.16.9

New

  • feat(ui): date utils -> add format support for: Mo, do, DDDo, wo
  • feat(ui/lang): Create bs-BA language pack (#17433)

Fixes

  • fix(ui): apply styles to only aria-disabled="true" (#17436)
  • fix(QIcon): rounded floating q-badge not "round" when working with q-icon #17342
  • fix(ui): invalid icons for the Quasar IconSets on Material Symbols (webfont + svg)

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

quasar-v2.16.8

Changes

  • feat(ui): All components to use SASS variable for font size #17264 (#17274)
  • fix(ui): update GlobalComponents augment (fix:  #17416)

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

quasar-v2.16.7

Fixes

  • fix(ui): QField/QInput/QSelect/etc clear icon aria-hidden management #17407
  • chore(QBtn): remove useless re-define of aria-hidden on icons (QIcon already has it)

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

Commits
  • 330bc6c chore(ui): Bump version
  • 9671471 fix(ui): build system error
  • af1d3b2 feat(ui/lang): Create bs-BA.js (#17433)
  • fd85294 feat(ui): date utils -> add format support for: Mo, do, DDDo, wo
  • 7d783aa fix(ui): invalid icons for the Quasar IconSets on Material Symbols (webfont +...
  • a3c0082 fix(QIcon): rounded floating q-badge not "round" when working with q-icon #17342
  • d8b3a30 feat(docs): update the q/app-vite & q/app-webpack beta upgrade guide
  • 600c6f7 chore(app-webpack): Bump version
  • 121f3db chore(app-vite): Bump version
  • 64d0bd0 Merge branch 'dev' of github.com:quasarframework/quasar into dev
  • Additional commits viewable in compare view

Updates vue from 3.4.35 to 3.4.38

Release notes

Sourced from vue's releases.

v3.4.38

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.37

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.36

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.4.38 (2024-08-15)

Bug Fixes

  • build: revert entities to 4.5 to avoid runtime resolution errors (f349af7), closes #11603
  • compiler-core: use ast-based check for function expressions when possible (236cac3), closes #11615
  • compiler-sfc: handle keyof operator with index object (#11581) (74d26db)
  • types: add fallback stub for DOM types when DOM lib is absent (#11598) (4db0085)

3.4.37 (2024-08-08)

Bug Fixes

  • compiler-core: use isProp.arg.loc instead of isProp.loc (#11547) (236fb7a)
  • custom-element: fix custom-element double render on immediate prop change (978ff3c), closes #9885 #11335
  • defineModel: detect changes respect custom getter and setter (#11543) (e042888), closes #11541 #11526 #11527
  • keep-alive: avoid cache suspense comment root (#11479) (a917c05)
  • keep-alive: fix render error in cached is undefined (#11496) (81351dc), closes #11427 #11431
  • Revert "fix(types/ref): allow getter and setter types to be unrelated (#11442)" (b1abac0)
  • Revert "fix(types/ref): correct type inference for nested refs (#11536)" (3a56315)
  • runtime-core: fix warning for missing event handler (#11489) (e359ff0), closes #4803 #8268
  • runtime-core: prioritize using the provides from currentApp in nested createApp (#11502) (7e75de0), closes #11488
    • Note: this change will break inject calls inside Pinia stores that expects to be able to inject provided values from the component using the store. This is expected because the usage is relying on previously incorrect behavior.
  • runtime-dom: apply css vars before mount (#11538) (fdc2a31), closes #11533
  • ssr: ensure content is valid when rendering normal slot (#11491) (6c90324), closes #11326
  • types/ref: correct type inference for nested refs (#11536) (536f623), closes #11532 #11537
  • types: allow DirectiveArguments third parameter to accept undefined (#11540) (1058ce8)

3.4.36 (2024-08-06)

Bug Fixes

  • compiler-core: fix expression transform for try...catch block params (077a1ae), closes #11465 #11467
  • compiler-core: properly handle for loop variable declarations in expression transforms (67bb820), ref #11467
  • compiler-ssr: don't render v-if comments in TransitionGroup + static tag (#11515) (275354c), closes #11514
  • hydration: force hydrate custom element dynamic props (7d473b7), closes #7203 #8038
  • ssr: respect textContent/innerHTML from getSSRProps in optimized SSR output (79602f9), closes #8112
  • types/withDefaults: ensure default values of type any do not include undefined (#11490) (4592b63)
Commits
  • 56e658e release: v3.4.38
  • 0bdb2a3 workflow: move private packages to separate directory
  • 74d26db fix(compiler-sfc): handle keyof operator with index object (#11581)
  • 236cac3 fix(compiler-core): use ast-based check for function expressions when possible
  • b27d900 chore: update changelog regarding inject behavior change
  • f349af7 fix(build): revert entities to 4.5 to avoid runtime resolution errors
  • 4db0085 fix(types): add fallback stub for DOM types when DOM lib is absent (#11598)
  • 28db2e6 release: v3.4.37
  • 6be63e0 workflow: new release workflow
  • e333312 workflow: fix release script in actions
  • Additional commits viewable in compare view

Updates vue-router from 4.4.2 to 4.4.3

Release notes

Sourced from vue-router's releases.

v4.4.3

Please refer to CHANGELOG.md for details.

Commits

Updates vite from 5.3.5 to 5.4.1

Release notes

Sourced from vite's releases.

create-vite@5.4.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.1 (2024-08-15)

5.4.0 (2024-08-07)

5.4.0-beta.1 (2024-08-01)

5.4.0-beta.0 (2024-07-30)

Commits
  • b44c20c release: v5.4.1
  • 391bb49 fix(worker): handle self reference url worker in dependency for build (#17846)
  • e686d74 fix(build): avoid re-define __vite_import_meta_env__ (#17876)
  • 9018255 chore: fix picocolors import for local dev (#17884)
  • 1bda847 fix: align CorsOptions.origin type with @​types/cors (#17836)
  • e16bf1f refactor: remove handleHotUpdate from watch-package-data plugin (#17865)
  • 6700594 fix: typings for vite:preloadError (#17868)
  • d11711c fix(deps): update all non-major dependencies (#17869)
  • 4e5ce3c fix(lightningcss): search for assets with correct base path (#17856)
  • e961b31 fix: build.modulePreload.resolveDependencies is optimizable (#16083)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm group in /frontend with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [axios](https://github.com/axios/axios) | `1.7.3` | `1.7.4` |
| [pinia](https://github.com/vuejs/pinia) | `2.2.0` | `2.2.2` |
| [quasar](https://github.com/quasarframework/quasar) | `2.16.6` | `2.16.9` |
| [vue](https://github.com/vuejs/core) | `3.4.35` | `3.4.38` |
| [vue-router](https://github.com/vuejs/router) | `4.4.2` | `4.4.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.5` | `5.4.1` |


Updates `axios` from 1.7.3 to 1.7.4
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.3...v1.7.4)

Updates `pinia` from 2.2.0 to 2.2.2
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/pinia@2.2.0...pinia@2.2.2)

Updates `quasar` from 2.16.6 to 2.16.9
- [Release notes](https://github.com/quasarframework/quasar/releases)
- [Commits](quasarframework/quasar@quasar-v2.16.6...quasar-v2.16.9)

Updates `vue` from 3.4.35 to 3.4.38
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/v3.4.38/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.35...v3.4.38)

Updates `vue-router` from 4.4.2 to 4.4.3
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.4.2...v4.4.3)

Updates `vite` from 5.3.5 to 5.4.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.1/packages/vite)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: pinia
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: quasar
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 16, 2024
@hibare hibare merged commit af6511e into main Aug 18, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/main/npm-cbe58f73ec branch August 18, 2024 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant