Skip to content

Fix e2e-create-vue-workflow: replace deprecated --eslint-with-prettier flag#2

Draft
Sawsqr68 with Copilot wants to merge 2 commits into
masterfrom
copilot/add-project-references
Draft

Fix e2e-create-vue-workflow: replace deprecated --eslint-with-prettier flag#2
Sawsqr68 with Copilot wants to merge 2 commits into
masterfrom
copilot/add-project-references

Conversation

Copilot AI commented Dec 30, 2025

Copy link
Copy Markdown

The E2E Create-Vue workflow is failing because create-vue@3 no longer supports the --eslint-with-prettier flag.

Changes

  • Updated .github/workflows/e2e-create-vue-workflow.yml to use separate --eslint --prettier flags instead of the deprecated combined flag
- yarn dlx create-vue@3 vue-project --default --typescript --eslint-with-prettier
+ yarn dlx create-vue@3 vue-project --default --typescript --eslint --prettier

The create-vue@3 API now requires ESLint and Prettier to be configured as separate feature flags.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/Sawsqr68/berry_s/actions/jobs/59123407515/logs
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Reference: https://github.com/Sawsqr68/berry_s/actions/runs/20586261154/job/59123187906#step:4:1


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…r flag

Co-authored-by: Sawsqr68 <173052944+Sawsqr68@users.noreply.github.com>
Copilot AI changed the title [WIP] Add project references to the build process Fix e2e-create-vue-workflow: replace deprecated --eslint-with-prettier flag Dec 30, 2025
Copilot AI requested a review from Sawsqr68 December 30, 2025 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants