No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    @quasar/app v1.4.1 released! Includes security update

    Announcements
    5
    7
    882
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • rstoenescu
      rstoenescu Admin last edited by

      Enjoy!

      https://github.com/quasarframework/quasar/releases/tag/%40quasar%2Fapp-v1.4.1

      Security

      • Upgraded deps: compression-webpack-plugin@3.0.1, copy-webpack-plugin@5.1.1, css-loader@3.3.2, terser-webpack-plugin@2.3.0, vue-server-renderer@2.6.11

      New

      • feat(app): Use vendor chunk for dev too (reduces duplication of vendor code)
      • Other upgraded deps: vue@2.6.11, vue-template-compiler@2.6.11, webpack-chain@6.1.0

      Fixes

      • fix(app): correctly fill in auto import statements for TS
      1 Reply Last reply Reply Quote 0
      • G
        gruppler last edited by

        I’m getting the following error after upgrading and running:

        Vue packages version mismatch:

        • vue@2.6.10 (C:…\node_modules\vue\dist\vue.runtime.common.js)
        • vue-template-compiler@2.6.11 (C:…\node_modules\vue-template-compiler\package.json)

        This may cause things to work incorrectly. Make sure to use the same version for both.
        If you are using vue-loader@>=10.0, simply update vue-template-compiler.
        If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.

        I’ve tried upgrading vue-template-compiler, but nothing happened.

        1 Reply Last reply Reply Quote 1
        • A
          ArkIv last edited by

          I did it like this
          catalog of the project > npm install vue
          or -g ??
          !! Probably wrong, but it works.
          install vue@2.6.11

          G 1 Reply Last reply Reply Quote 2
          • G
            gruppler @ArkIv last edited by

            @ArkIv npm install vue worked for me, thanks!

            1 Reply Last reply Reply Quote 0
            • S
              Sweetyy last edited by Sweetyy

              I got the same issue as you @gruppler and npm install vue didn’t fix it for me but npm install vue-template-compiler.

              1 Reply Last reply Reply Quote 0
              • rstoenescu
                rstoenescu Admin last edited by

                Do not manually install vue and vue-template-compiler. These come out of the box with “@quasar/app”.

                D 1 Reply Last reply Reply Quote 0
                • D
                  DonK @rstoenescu last edited by

                  @rstoenescu I upgraded my @quasar/app to 1.9.6 as suggested by quasar upgrade and then the error showed up.

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post