Skip to content

Releases: pplancq/dev-tools

@pplancq/semantic-release-config@1.1.0

14 Mar 19:13
Compare
Choose a tag to compare

@pplancq/semantic-release-config 1.1.0 (2024-03-14)

Features

  • semantic-release-config: add semantic-release v23 in peerDependencies (a9f2dae)

@pplancq/react-template@1.1.2

14 Mar 20:24
Compare
Choose a tag to compare

@pplancq/react-template 1.1.2 (2024-03-14)

Bug Fixes

  • react-template: fix remove demo when create Home page (b9df040)

@pplancq/react-template@1.1.1

14 Mar 19:14
Compare
Choose a tag to compare

@pplancq/react-template 1.1.1 (2024-03-14)

Bug Fixes

  • react-template: fix webpack-dev-server@4 peerDependencies of webpack-config (24e6db9)
  • react-template: fix yarn add on script migrate to vite (739ee45)
  • react-template: update interpackage dependencies to '*' (23d766a)

@pplancq/webpack-config@1.1.0

12 Mar 20:14
Compare
Choose a tag to compare

@pplancq/webpack-config 1.1.0 (2024-03-12)

Features

  • webpack-config: add note about the inclusion of environment variable (e6e4e31)
  • webpack-config: replace MD5 Hash in Webpack Cache Versioning (46deffe)
  • webpack-config: use require.resolve() for loaders in webpack-config (d80db4c)

Bug Fixes

  • webpack-config: fix build css from node_modules (3de54a9)

@pplancq/stylelint-config@2.0.0

12 Mar 20:13
Compare
Choose a tag to compare

@pplancq/stylelint-config 2.0.0 (2024-03-12)

⚠ BREAKING CHANGES

  • stylelint-config: The default configuration no longer supports the stylelint-prettier plugin.
    You must now install prettier and stylelint-prettier separately and use the alternative configuration.
    To use is alternative configuration, replace "stylelint": { "extends": ["@pplancq/stylelint-config/prettier"] } to your package.json.

Features

  • stylelint-config: prettier made fully optional (984aa69)

@pplancq/react-template@1.1.0

12 Mar 20:15
Compare
Choose a tag to compare

@pplancq/react-template 1.1.0 (2024-03-12)

Features

  • react-template: add fetchApi example (c2318c3)
  • webpack-config: add note about the inclusion of environment variable (e6e4e31)
  • react-template: add peerDependencies of commitLint and webpack config (d501781)
  • react-template: add script for migrate to vite (d5d3337)
  • react-template: add script for remove Demo (355d887)
  • react-template: add support for yarn and pnpm to script migrate to vite (b4b9d6b)
  • create-react-app: add support for yarn and pnpm (eafc39d)
  • react-template: add test report on .gitignore (072a240)
  • react-template: rename Error page to UnexpectedError (c6eea7b)
  • react-template: update eslint un stylelint config (82a4df3)
  • react-template: update react-query@3 to @tanstack/react-query@5 (f79e642)
  • react-template: update readme (3aa2543)

Bug Fixes

  • react-template: ambiguous Spacing before (56c9a8e)
  • react-template: fix peerDependencies of commitlint-config (fe0dd7c)

Dependencies

  • @pplancq/commitlint-config: upgraded to 2.0.0
  • @pplancq/eslint-config: upgraded to 2.0.0
  • @pplancq/stylelint-config: upgraded to 2.0.0
  • @pplancq/webpack-config: upgraded to 1.1.0

@pplancq/eslint-config@2.0.0

12 Mar 20:11
Compare
Choose a tag to compare

@pplancq/eslint-config 2.0.0 (2024-03-12)

⚠ BREAKING CHANGES

  • eslint-config: The default configuration no longer supports the eslint-plugin-prettier plugin.
    You must now install prettier and eslint-plugin-prettier separately and use the alternative configuration.
    Use prettier configuration, add "eslintConfig": { "extends": ["@pplancq/eslint-config/prettier"] } to your package.json.
  • eslint-config: Bumps ESLint ^8.55.0 to ^8.57.0 the minimum requirements
  • eslint-config: Bumps Prettier ^3.1.1 to ^3.2.5 the minimum requirements

Features

  • eslint-config: bump ESLint and Prettier minimum version requirements (24f920f)
  • eslint-config: prettier made fully optional (dff82e3)

@pplancq/create-react-app@1.1.0

12 Mar 20:08
Compare
Choose a tag to compare

@pplancq/create-react-app 1.1.0 (2024-03-12)

Features

  • create-react-app: add check to prevent command injection (65de337)
  • create-react-app: add option to use vite on new project (337a6f1)
  • create-react-app: add remove CHANGELOG.md during create new project (27d8e7b)
  • create-react-app: add support for yarn and pnpm (eafc39d)
  • react-template: update readme (3aa2543)

@pplancq/commitlint-config@2.0.0

12 Mar 20:07
Compare
Choose a tag to compare

@pplancq/commitlint-config 2.0.0 (2024-03-12)

⚠ BREAKING CHANGES

  • commitlint-config: Bumps @commitlint/cli ^18.6.0 to ^19.0.3 the minimum requirements

Features

  • commitlint-config: bump @commitlint/cli from 18.6.0 to 19.0.3 (9c547fb)

@pplancq/webpack-config@1.0.0

05 Feb 21:44
Compare
Choose a tag to compare

@pplancq/webpack-config 1.0.0 (2024-02-05)

Features

  • webpack-config: add default config for webpack (ae8621a)
  • webpack-config: add script for init webpack config (9dcd8b6)