Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 8, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@vue-storefront/[email protected]

Major Changes

[BREAKING]: The `@vue-storefront/eslint-config is migrated to support ESLint v9 and FlatConfig. Please upgrade following way:

Step 1: Update Dependencies

First, update your project dependencies to use the latest versions of ESLint and Prettier.

yarn add -D eslint@^9 prettier@^3 @vue-storefront/eslint-config@^4

Step 2: Update ESLint Configuration

Replace your existing ESLint configuration with the new configuration format. Below is a basic example from the README.md:

import { ecma, typescript, style, concat } from "@vue-storefront/eslint-config";

export default concat(
  ecma(),
  typescript(),
  style()
  // Here it's a place for you custom configuration
);

Read more about FlatConfig in ESLint docs.

@github-actions github-actions bot requested a review from a team as a code owner November 8, 2024 14:06
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 8, 2024

Please retry analysis of this Pull-Request directly on SonarCloud

@grixu grixu merged commit 01524a1 into main Nov 12, 2024
3 checks passed
@grixu grixu deleted the changeset-release/main branch November 12, 2024 06:53
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