Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump eslint-config-zl-asica from 1.0.15 to 1.0.17 #2

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps eslint-config-zl-asica from 1.0.15 to 1.0.17.

Changelog

Sourced from eslint-config-zl-asica's changelog.

[1.0.17] - 2024-11-09

[1.0.10] - 2024-11-08

Added

  • Flexible Export Options: Now supporting four distinct export configurations:

    • zlAsicaConfig: Base configuration for general JavaScript projects.
    • zlAsicaTsConfig: Extended TypeScript configuration, combining base and TypeScript-specific rules.
    • zlAsicaReactConfig: Extended React configuration, combining base and React-specific rules.
    • zlAsicaTsReactConfig: Comprehensive configuration, combining base, TypeScript, and React rules.

    This modular structure allows users to tailor ESLint configurations to their project needs easily.

  • Detailed import/order Grouping: Enhanced import order with granular path groupings to improve code organization. Imports are now classified and ordered as follows:

    • builtin: Essential modules (e.g., react and react-dom), positioned at the top.
    • external: External libraries and packages.
    • internal: Project-specific paths, including support for aliases (e.g., @/components/**, components/**).
    • parent: Relative paths from parent directories.
    • type: Style and type-related imports (e.g., *.css), grouped at the end.

Changed

  • Improved Import Management: Import statements now adhere to the refined grouping and ordering rules, ensuring consistent and readable imports across various project structures.

Fixed

  • Improved Configuration Consistency: Adjustments made to ensure that each of the four primary export configurations seamlessly integrates with the updated import rules.

Documentation

  • Updated Usage Instructions: Expanded the README.md to reflect the new export options and explain usage across different project types (JavaScript, TypeScript, React, TypeScript + React).
  • Examples: Provided examples demonstrating how to integrate each export configuration with project-specific customizations.

[1.0.2] - 2024-11-07

Added

  • Initial release of eslint-config-zl-asica.
  • Modular ESLint configuration with separate modules for JavaScript, TypeScript, and React, ensuring flexible integration.
  • JavaScript Rules: Standard linting and style conventions for js and JSX.
  • TypeScript Rules: Type-safe configurations to promote consistency in TypeScript projects.
  • React Rules: Comprehensive support for JSX, hooks, and React-specific best practices.
  • Prettier Compatibility: Integrated with eslint-config-prettier to eliminate conflicts with Prettier.

Configuration Highlights

  • Modular Imports: Split configurations into separate modules (index, typescript, react), making them easy to import as needed.
  • eslint-plugin-pangu: Enforces spacing between English and Chinese characters for readability.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [eslint-config-zl-asica](https://github.com/ZL-Asica/eslint-config) from 1.0.15 to 1.0.17.
- [Changelog](https://github.com/ZL-Asica/eslint-config/blob/main/CHANGELOG.md)
- [Commits](ZL-Asica/eslint-config@v1.0.15...v1.0.17)

---
updated-dependencies:
- dependency-name: eslint-config-zl-asica
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 11, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is your first pull request! Welcome! 🎉

@ZL-Asica ZL-Asica merged commit 78c6b19 into main Nov 13, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-config-zl-asica-1.0.17 branch November 13, 2024 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant