robdesilets's avatar

robdesilets wrote a reply+100 XP

5d ago

Upgrading from 13.6.1

I did this and it seems to work:

"laravel/framework": "^13.2.0@stable",

robdesilets's avatar

robdesilets wrote a reply+100 XP

5d ago

Upgrading from 13.6.1

Hmm.. when I make that change it won't update as some other packages (like mailgun) require "dev".

robdesilets's avatar

robdesilets wrote a reply+100 XP

5d ago

Upgrading from 13.6.1

Interesting:

"minimum-stability": "dev", "prefer-stable": true,

That's probably the issue, it's been like this for years from back to Laravel 6.

I have just never seen a dev branch come down before (maybe I never noticed).

Thanks, I will change to "stable".

robdesilets's avatar

robdesilets started a new conversation+100 XP

6d ago

Upgrading from 13.6.1

Hi All,

I did my daily "composer update" today and something caught my eye:

Upgrading laravel/framework (v13.16.1 => 13.x-dev 2107d3d): Extracting archive

Usually it will go from a version to a [higher] version not some weird dev branch.

To my knowledge I have not changed anything in my environment that would cause me to grab a developer branch and was wondering what's up.

Is anyone else seeing this?

(I am going to refrain from deploying this)

Thanks!

-Rob

robdesilets's avatar

robdesilets started a new conversation+100 XP

2mos ago

Invalid options object. Progress Plugin has been initialized using an options object that does not match the API schema.

Hi All,

I am still using Laravel Mix and up until today it's been working. I updated to the latest today (I run "npm update" and "composer update" daily.

Today I am getting this error when I am running "npm run production".

Does anyone have any ideas what might be conflicting?

➜ application git:(main) npm run production

production cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js

[webpack-cli] Invalid options object. Progress Plugin has been initialized using an options object that does not match the API schema.

  • options should be one of these: object { activeModules?, dependencies?, dependenciesCount?, entries?, handler?, modules?, modulesCount?, percentBy?, profile? } | function Details:
    • options has an unknown property 'name'. These properties are valid: object { activeModules?, dependencies?, dependenciesCount?, entries?, handler?, modules?, modulesCount?, percentBy?, profile? } -> Options object for the ProgressPlugin.
    • options has an unknown property 'color'. These properties are valid: object { activeModules?, dependencies?, dependenciesCount?, entries?, handler?, modules?, modulesCount?, percentBy?, profile? } -> Options object for the ProgressPlugin.
    • options has an unknown property 'reporters'. These properties are valid: object { activeModules?, dependencies?, dependenciesCount?, entries?, handler?, modules?, modulesCount?, percentBy?, profile? } -> Options object for the ProgressPlugin.
    • options has an unknown property 'reporter'. These properties are valid: object { activeModules?, dependencies?, dependenciesCount?, entries?, handler?, modules?, modulesCount?, percentBy?, profile? } -> Options object for the ProgressPlugin.