Bump vue from 2.6.14 to 3.3.4 #463
Annotations
1 error and 2 warnings
Run linters
Error parsing ESLint JSON output: Unexpected token E in JSON at position 0. Output: "Error resolving webpackConfig Error:
Vue packages version mismatch:
- vue@3.3.4 (/home/runner/work/strava-fixer/strava-fixer/node_modules/vue/index.js)
- vue-template-compiler@2.6.14 (/home/runner/work/strava-fixer/strava-fixer/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.
at Object.<anonymous> (/home/runner/work/strava-fixer/strava-fixer/node_modules/vue-template-compiler/index.js:10:9)
at Module._compile (/home/runner/work/strava-fixer/strava-fixer/node_modules/v8-compile-cache/v8-compile-cache.js:192:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1171:10)
at Module.load (internal/modules/cjs/loader.js:1000:32)
at Function.Module._load (internal/modules/cjs/loader.js:899:14)
at Module.require (internal/modules/cjs/loader.js:1040:19)
at require (/home/runner/work/strava-fixer/strava-fixer/node_modules/v8-compile-cache/v8-compile-cache.js:159:20)
at Object.<anonymous> (/home/runner/work/strava-fixer/strava-fixer/node_modules/vuetify-loader/lib/loader.js:3:18)
at Module._compile (/home/runner/work/strava-fixer/strava-fixer/node_modules/v8-compile-cache/v8-compile-cache.js:192:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1171:10)
[{"filePath":"/home/runner/work/strava-fixer/strava-fixer/babel.config.js","messages":[],"errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"/home/runner/work/strava-fixer/strava-fixer/src/main.js","messages":[{"ruleId":"import/extensions","severity":2,"message":"Resolve error: \n\nVue packages version mismatch:\n\n- vue@3.3.4 (/home/runner/work/strava-fixer/strava-fixer/node_modules/vue/index.js)\n- vue-template-compiler@2.6.14 (/home/runner/work/strava-fixer/strava-fixer/node_modules/vue-template-compiler/package.json)\n\nThis may cause things to work incorrectly. Make sure to use the same version for both.\nIf you are using vue-loader@>=10.0, simply update vue-template-compiler.\nIf you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.\n\n at Object.<anonymous> (/home/runner/work/strava-fixer/strava-fixer/node_modules/vue-template-compiler/index.js:10:9)\n at Module._compile (/home/runner/work/strava-fixer/strava-fixer/node_modules/v8-compile-cache/v8-compile-cache.js:192:30)\n at Object.Module._extensions..js (internal/modules/cjs/loader.js:1171:10)\n at Module.load (internal/modules/cjs/loader.js:1000:32)\n at Function.Module._load (internal/modules/cjs/loader.js:899:14)\n at Module.require (internal/modules/cjs/loader.js:1040:19)\n at require (/home/runner/work/strava-fixer/strava-fixer/node_modules/v8-compile-cache/v8-compile-cache.js:159:20)\n at Object.<anonymous> (/home/runner/work/strava-fixer/strava-fixer/node_modules/vuetify-loader/lib/loader.js:3:18)\n at Module._compile (/home/runner/work/strava-fixer/strava-fixer/node_modules/v8-compile-cache/v8-compile-cache.js:192:30)\n at Object.Module._extensions..js (internal/modules/cjs/loader.js:1171:10)","line":1,"column":1,"nodeType":null},{"ruleId":"import/extensions","severity":2,"message":"Missing file extension for \"./App\"","line":9,"column":17,"nodeType":"Literal","endLine":9,"endColumn":24}],"errorCount":2,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":"import Vue from 'vue';\n\nimport * as Sentry from '@sentry/browser';\nimport * as Integrations from '@sentry/integrations';\n\nimport Loading from 'vue-loading-overlay';\nimport 'vue-loading-overlay/dist/vue-loading.css';\n\nimport App from './App';\nimport router from './router';\nimport store from './store';\nimport vuetify from './plugins/vuetify';\n\nVue.use(Loa
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Read .nvmrc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading