Releases: ArmandPhilippot/configs
Releases · ArmandPhilippot/configs
@arphi/stylelint-config@1.0.4
Immutable
release. Only release title and notes can be modified.
Patch Changes
-
756f8e5: Adds support for Stylelint v17.
No rules have been removed or added. If you're interested in the new
display-notationrule 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
Immutable
release. Only release title and notes can be modified.
Patch Changes
- abf91ad: Bumps dependencies
prettier: >=3.7.4 → >=3.8.1
@arphi/eslint-config@2.4.0
Immutable
release. Only release title and notes can be modified.
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-syntaxrule now.
Patch Changes
- abf91ad: Bump dependencies
@eslint-react/eslint-plugin: ^2.6.1 → ^2.9.4@typescript-eslint/parser: ^8.53.0 → ^8.54.0eslint-plugin-jsdoc: ^62.0.0 → ^62.5.0typescript-eslint: ^8.53.0 → ^8.54.0
@arphi/commitlint-config@1.0.7
Immutable
release. Only release title and notes can be modified.
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
Immutable
release. Only release title and notes can be modified.
Patch Changes
- 09ab7b0: Bumps
stylelintfrom>=16.25.0to>=16.26.1.
@arphi/prettier-config@1.0.3
Immutable
release. Only release title and notes can be modified.
Patch Changes
- 09ab7b0: Bumps
prettierfrom>=3.6.2to>=3.7.4.
@arphi/eslint-config@2.3.1
Immutable
release. Only release title and notes can be modified.
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.6eslint: ^9.38.0 -> ^9.39.2eslint-plugin-astro: ^1.3.1 -> ^1.5.0eslint-plugin-jsdoc: ^61.1.4 -> ^62.0.0eslint-plugin-react-hooks: ^5.2.0 -> ^7.0.1eslint-plugin-unicorn: ^61.0.2 -> ^62.0.0globals: ^16.4.0 -> ^16.5.0typescript-eslint: ^8.46.1 -> ^8.53.0
@arphi/commitlint-config@1.0.6
Immutable
release. Only release title and notes can be modified.
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
Immutable
release. Only release title and notes can be modified.
Patch Changes
- 17f5b79: This package is now published using OIDC trusted publishing.
@arphi/stylelint-config@1.0.2
Immutable
release. Only release title and notes can be modified.
Patch Changes
- 17f5b79: This package is now published using OIDC trusted publishing.