Skip to content

Bump vue from 2.6.14 to 3.3.4 #481

Bump vue from 2.6.14 to 3.3.4

Bump vue from 2.6.14 to 3.3.4 #481

Triggered via push October 18, 2023 16:22
Status Failure
Total duration 2m 34s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

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: vuetify-loader is only for use with vuetify 2, replace it with webpack-plugin-vuetify at module.exports (/home/runner/work/strava-fixer/strava-fixer/node_modules/vue-cli-plugin-vuetify/index.js:32:13) at /home/runner/work/strava-fixer/strava-fixer/node_modules/@vue/cli-service/lib/Service.js:78:7 at Array.forEach (<anonymous>) at Service.init (/home/runner/work/strava-fixer/strava-fixer/node_modules/@vue/cli-service/lib/Service.js:76:18) at Object.<anonymous> (/home/runner/work/strava-fixer/strava-fixer/node_modules/@vue/cli-service/webpack.config.js:9:11) 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) [{"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: vuetify-loader is only for use with vuetify 2, replace it with webpack-plugin-vuetify\n at module.exports (/home/runner/work/strava-fixer/strava-fixer/node_modules/vue-cli-plugin-vuetify/index.js:32:13)\n at /home/runner/work/strava-fixer/strava-fixer/node_modules/@vue/cli-service/lib/Service.js:78:7\n at Array.forEach (<anonymous>)\n at Service.init (/home/runner/work/strava-fixer/strava-fixer/node_modules/@vue/cli-service/lib/Service.js:76:18)\n at Object.<anonymous> (/home/runner/work/strava-fixer/strava-fixer/node_modules/@vue/cli-service/webpack.config.js:9:11)\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)","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(Loading);\n\nSentry.init({\n dsn: 'https://200ff2abff6743159bdc1cc9a5d70686@sentry.io/3900152',\n integrations: [new Integrations.Vue({\n Vue,\n attachProps: true,\n logErrors: true,\n })],\n});\n\nVue.config.productionTip = false;\n\nnew Vue({\n router,\n store,\n vuetify,\n render: (h) => h(App),\n}).$mount('#app');\n"},{"filePath":"/home/runner/work/strava-fixer/strava-fixer/src/plugins/vuetify.js","messages":[],"errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"/home/runner/work/strava-fixer/strava-fixer/src/router/index.js","messages":[],"errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"/home/runner/work/strava-fixer/strava-fixer/src/store/actions.js","messages":[],"errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"/home/runner/work/strava-fixer/strava-fixer/src/store/getters.js","messages":[],"errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"fi
Run linters
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/
Run linters
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/