Skip to content

Releases: ArmandPhilippot/configs

@arphi/stylelint-config@1.0.4

07 Feb 17:21
Immutable release. Only release title and notes can be modified.
455cc06

Choose a tag to compare

Patch Changes

  • 756f8e5: Adds support for Stylelint v17.

    No rules have been removed or added. If you're interested in the new display-notation rule added in v17, you must add it yourself in you configuration file.

    /** @type {import('stylelint').Config} */
    export default {
      extends: ["@arphi/stylelint-config"],
      rules: {
        "display-notation": "full",
      },
    };

@arphi/prettier-config@1.0.4

07 Feb 17:21
Immutable release. Only release title and notes can be modified.
455cc06

Choose a tag to compare

Patch Changes

  • abf91ad: Bumps dependencies
    • prettier: >=3.7.4 → >=3.8.1

@arphi/eslint-config@2.4.0

07 Feb 17:21
Immutable release. Only release title and notes can be modified.
455cc06

Choose a tag to compare

Minor Changes

  • abf91ad: Removes deprecated rules from the React preset.

    The following rules have been deprecated in the ESLint React plugin and will be removed in the next major of the plugin:

    • @eslint-react/no-default-props
    • @eslint-react/no-prop-types
    • @eslint-react/no-string-refs

    To avoid obsolete use, these rules have been removed from the React preset. If you were using them, you can still enable them manually in your configuration file. However, consider migrating to the ESLint no-restricted-syntax rule now.

Patch Changes

  • abf91ad: Bump dependencies
    • @eslint-react/eslint-plugin: ^2.6.1 → ^2.9.4
    • @typescript-eslint/parser: ^8.53.0 → ^8.54.0
    • eslint-plugin-jsdoc: ^62.0.0 → ^62.5.0
    • typescript-eslint: ^8.53.0 → ^8.54.0

@arphi/commitlint-config@1.0.7

07 Feb 17:21
Immutable release. Only release title and notes can be modified.
455cc06

Choose a tag to compare

Patch Changes

  • abf91ad: Bumps dependencies.
    • @commitlint/cli: >=20.3.1 → >=20.4.1
    • @commitlint/config-conventional: ^20.3.1 → ^20.4.1

@arphi/stylelint-config@1.0.3

17 Jan 14:55
Immutable release. Only release title and notes can be modified.
2003493

Choose a tag to compare

Patch Changes

  • 09ab7b0: Bumps stylelint from >=16.25.0 to >=16.26.1.

@arphi/prettier-config@1.0.3

17 Jan 14:55
Immutable release. Only release title and notes can be modified.
2003493

Choose a tag to compare

Patch Changes

  • 09ab7b0: Bumps prettier from >=3.6.2 to >=3.7.4.

@arphi/eslint-config@2.3.1

17 Jan 14:55
Immutable release. Only release title and notes can be modified.
2003493

Choose a tag to compare

Patch Changes

  • 09ab7b0: Bumps dependencies
    • @eslint-community/eslint-plugin-eslint-comments ^4.5.0 → ^4.6.0
    • @eslint-react/eslint-plugin: ^2.2.2 -> ^2.6.1
    • @eslint/js: ^9.38.0 -> ^9.39.2
    • @typescript-eslint/parser: ^8.46.1 -> ^8.53.0
    • @typescript-eslint/utils: ^8.46.1 -> ^8.53.0
    • @vitest/eslint-plugin: 1.3.23 -> 1.6.6
    • eslint: ^9.38.0 -> ^9.39.2
    • eslint-plugin-astro: ^1.3.1 -> ^1.5.0
    • eslint-plugin-jsdoc: ^61.1.4 -> ^62.0.0
    • eslint-plugin-react-hooks: ^5.2.0 -> ^7.0.1
    • eslint-plugin-unicorn: ^61.0.2 -> ^62.0.0
    • globals: ^16.4.0 -> ^16.5.0
    • typescript-eslint: ^8.46.1 -> ^8.53.0

@arphi/commitlint-config@1.0.6

17 Jan 14:55
Immutable release. Only release title and notes can be modified.
2003493

Choose a tag to compare

Patch Changes

  • 09ab7b0: Bumps dependencies
    • @commitlint/cli: >=20.1.0 -> >=20.3.1
    • @commitlint/config-conventional: ^20.0.0 -> ^20.3.1

@arphi/tsconfig@1.0.1

18 Oct 17:05
Immutable release. Only release title and notes can be modified.
71548c5

Choose a tag to compare

Patch Changes

@arphi/stylelint-config@1.0.2

18 Oct 17:05
Immutable release. Only release title and notes can be modified.
71548c5

Choose a tag to compare

Patch Changes