Skip to content

Latest commit

 

History

History
338 lines (202 loc) · 22.3 KB

CHANGELOG.md

File metadata and controls

338 lines (202 loc) · 22.3 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.4 (2022-04-28)

Bug Fixes

  • update eslint-plugin-react requirement from ^7.26.0 to ^7.29.4 (9743da7)

1.0.3 (2022-04-28)

Bug Fixes

  • bump jest from 27.5.1 to 28.0.2 (3145381)

1.0.2 (2022-04-20)

Note: Version bump only for package root

1.0.1 (2021-09-28)

Note: Version bump only for package root

0.11.3 (2021-09-28)

Bug Fixes

  • ⬆️ dependencies (29b55fb)
  • bump cli-rewire from 3.0.11 to 4.0.2 (11507fa)
  • bump prettier from 2.3.2 to 2.4.0 (2b43f55)
  • bump prettier from 2.4.0 to 2.4.1 (3063e18)

0.11.2 (2021-08-14)

Bug Fixes

  • ➖ typescript (9705291)
  • ⬆️ babel, eslint (e3e2f10)
  • ⬆️ babel, eslint, jest, react, prettier (7ae093e)
  • 👷‍♂️ use Node 15, default to Node 14 (9d5f45c)
  • bump @commitlint/cli from 11.0.0 to 12.0.1 (4d1dcba)
  • bump @commitlint/cli from 12.1.4 to 13.1.0 (c53c342)
  • bump @commitlint/config-conventional from 11.0.0 to 12.0.1 (add997f)
  • bump @commitlint/config-conventional from 12.1.4 to 13.1.0 (6a14ad4)
  • bump @types/jest from 26.0.24 to 27.0.1 (0c169c8)
  • bump cli-rewire from 2.0.17 to 3.0.0 (2b8268f)
  • bump eslint-plugin-unicorn from 28.0.2 to 29.0.0 (4d85265)
  • bump eslint-plugin-unicorn from 29.0.0 to 33.0.1 (18329a9)
  • bump eslint-plugin-unicorn from 33.0.1 to 35.0.0 (753fc1c)
  • bump husky from 4.3.8 to 5.0.9 (f925d5f)
  • bump husky from 5.2.0 to 6.0.0 (0f78f98)
  • bump husky from 6.0.0 to 7.0.1 (bb55ffb)
  • bump lerna from 3.22.1 to 4.0.0 (564762c)
  • bump prettier from 2.2.1 to 2.3.1 (d20b3ac)
  • bump prettier from 2.3.1 to 2.3.2 (bf70840)

0.11.1 (2021-01-31)

Bug Fixes

  • ⬆️ eslint, cli-rewire (12eb1e3)
  • 🎨 move no-undef override to eslint.js (d5adc7c)
  • 🐛 prioritize babel parsing options (5be548f)
  • 🔧 specify unicorn rules manually (5767f69)

0.11.0 (2021-01-25)

Bug Fixes

  • ✅ test babel-preset (a7de02b)
  • ✅ update tests (fc0ebde)
  • ✅ update TypeScript tests (41f6970)
  • ⬆️ jest-dom, cli-rewire, eslint (24f027e)
  • 🔧 remove TypeScript-conflicting ESLint rules (0bb4169)
  • 🔧 replace babel-eslint with @babel/eslint-parser (2e64fc0)

Features

  • ✨ add support for linting TypeScript files (eace0f7)
  • ➕ @babel/preset-typescript (b48873a)
  • 🔧 enforce kebab-case and PascalCase (d167952)

0.10.0 (2021-01-11)

Bug Fixes

  • ✅ test commands (5626a1a)

  • ✅ use new ESLint API in tests (ac35b0a)

  • ⬆️ babel deps, jest-dom (c310c6d)

  • ⬆️ babel, eslint deps (78747d5)

  • ⬆️ babel, prettier, eslint, cli-rewire, debug (b8e663f)

  • ⬆️ eslint deps (436819c)

  • ⬆️ eslint, cli-rewire, webpack deps (b22ad97)

  • ⬆️ husky (1a8ea0f)

  • 🎨 symlink README (051cdaf)

  • 👷 update workflows (c81a346)

  • 📝 remove broken dependabot badge (6eaaddd)

  • 📝 use GitHub markdown include (9f5dc03)

  • 🔧 check for dep version mismatches (c3add4e)

  • 🔧 ecmaVersion 2021, update unicorn rules (fc8b265)

  • 🔧 resolve eslint plugins relative to u-scripts (54d290a)

  • bump execa from 4.1.0 to 5.0.0 (d783f3e)

  • bump prettier from 2.2.0 to 2.2.1 (58ce6f5)

  • feat!: 💥 rescope packages to @jr.codes (b90bd59)

  • feat!: 🔥 remove create-u (80bbcf0)

  • feat!: 🔥 remove nodemon, stylelint, webpack (2ddcb5c)

BREAKING CHANGES

  • Use @jr.codes scope for these packages
  • Removes create-u package
  • Remove nodemon, stylelint, and webpack.

Simplify U by focusing on linting and testing.

0.9.4 (2020-11-11)

Bug Fixes

  • ⬆️ babel, jest (f978494)
  • ⬆️ cli-rewire (0207d17)
  • ⬆️ eslint plugins (e042ea0)
  • ⬆️ nodemon, typescript, webpack, yargs, react (4394fa9)
  • 👽 use new cli-rewire methods (11827fc)
  • 🔧 add .npmrc (03d3616)
  • 🔧 disable lerna bootstrap hoisting (27213af)
  • 🔧 fix eslint peer deps (634fe32)
  • 🔧 simplify repository field (72ad70e)

0.9.3 (2020-11-10)

Bug Fixes

  • ⬆️ execa, husky, lerna (de992ce)
  • 👷‍♂️ add release workflow (ae83b19)
  • 👷‍♂️ simplify GitHub workflows (196713f)
  • 👷‍♂️ update workflows (cd6a8ca)
  • 👷‍♂️ use default time and PR max for dependabot (707e2f9)

0.9.2 (2020-10-27)

Bug Fixes

  • ✅ package updates (65a1b46)
  • 👷‍♂️ run CI tests for Node 10, 12, 14 (3459694)
  • bump @commitlint/cli from 8.3.5 to 11.0.0 (de6b2aa)
  • bump @commitlint/config-conventional from 8.3.4 to 11.0.0 (468bedf)
  • bump eslint-formatter-pretty from 3.0.1 to 4.0.0 (61e0878)
  • update Dependabot config file (c547748)

0.9.1 (2020-05-27)

Bug Fixes

  • ✅ prettier (96e46a8)
  • ➕ replace u-scripts-utils with cli-rewire (df9357d)
  • ➖ remove snyk (4592ffa)
  • ⬆️ dependencies (9bf46ca)
  • ⬆️ upgrade dependencies (f091e35)
  • 👷‍♂️ publish canary version on master push (b294ef7)
  • 💚 add npm token (fbbdcd6)
  • 💚 remove release checks for canary (0958fd1)
  • 💚 try fixing lerna publish issue (4222fb3)
  • 📝 add LGTM badges (e298f18)
  • 📝 update npm badges (3b44067)
  • 🔥 remove .npmrc (80cd108)
  • 🔥 remove old stylelint-rules (b745ea6)
  • 🔧 add commit linting (ecc892e)
  • 🔧 add keywords (16d9336)
  • 🔧 skip prompt for release-canary (b354778)
  • 🙈 ignore .npmrc (530998b)
  • 🚚 rename config to configs (e011340)
  • 🚚 rename utils to lib (e4c2ac4)
  • bump babel-jest from 25.5.1 to 26.0.1 (a491d6b)
  • bump chalk from 3.0.0 to 4.0.0 (2ddfba1)
  • bump eslint-plugin-react-hooks from 2.5.1 to 3.0.0 (2468a0c)
  • bump eslint-plugin-unicorn from 16.1.1 to 17.0.1 (a2a0703)
  • bump eslint-plugin-unicorn from 17.2.0 to 18.0.1 (84ad3d9)
  • bump eslint-plugin-unicorn from 18.0.1 to 19.0.1 (832824b)
  • bump file-loader from 5.1.0 to 6.0.0 (55a5572)
  • bump html-webpack-plugin from 4.0.0-beta.11 to 4.2.0 (a6634be)
  • bump html-webpack-plugin from 4.2.0 to 4.3.0 (ec60885)
  • bump jest from 25.5.4 to 26.0.1 (c411e28)
  • packages/babel-preset-u-scripts/package.json & packages/babel-preset-u-scripts/.snyk to reduce vulnerabilities (7c8c924)
  • packages/babel-preset-u-scripts/package.json & packages/babel-preset-u-scripts/.snyk to reduce vulnerabilities (1af62ca)
  • packages/jest-config-u-scripts/package.json & packages/jest-config-u-scripts/.snyk to reduce vulnerabilities (90a726d)
  • packages/jest-config-u-scripts/package.json & packages/jest-config-u-scripts/.snyk to reduce vulnerabilities (d0bdd04)
  • packages/stylelint-config-u-scripts/package.json & packages/stylelint-config-u-scripts/.snyk to reduce vulnerabilities (73619f0)
  • packages/stylelint-config-u-scripts/package.json & packages/stylelint-config-u-scripts/.snyk to reduce vulnerabilities (d454805)
  • packages/u-scripts-utils/package.json & packages/u-scripts-utils/.snyk to reduce vulnerabilities (d961f85)
  • packages/u-scripts-utils/package.json & packages/u-scripts-utils/.snyk to reduce vulnerabilities (b6436fc)
  • packages/u-scripts/package.json & packages/u-scripts/.snyk to reduce vulnerabilities (da7a3fe)
  • packages/u-scripts/package.json & packages/u-scripts/.snyk to reduce vulnerabilities (caec7f2)
  • packages/webpack-config-u-scripts/package.json & packages/webpack-config-u-scripts/.snyk to reduce vulnerabilities (9b8484f)
  • packages/webpack-config-u-scripts/package.json & packages/webpack-config-u-scripts/.snyk to reduce vulnerabilities (ff84371)

0.9.0 (2020-03-09)

Bug Fixes

  • ✅ prettier (c974e53)
  • ✅ prettier (9ba1003)
  • ✅ prettier (599b975)
  • ✅ stop eslint from linting *.css on Windows (eb6768a)
  • ➕ debug (d56210d)
  • 👌 add use strict (74c2df7)
  • 👷‍♂️ CI test node versions and os (f9db942)
  • 💚 ignore bin for GitHub Windows CI test (77ff42f)
  • 💡 add return types (5d270a2)
  • 📝 add badges (e507cdc)
  • 📝 add dependabot badge (b90e4b0)
  • 📝 add README for npm docs (b072e7b)
  • 🔧 add prefix for dependabot (4b8cf01)
  • 🔧 add release checks (322dcb2)
  • 🔧 add stale bot (a99d94f)
  • 🔧 ci npm install (1af5fbd)
  • 🔧 run dependabot daily (9086c24)
  • 🔧 run lerna bootstrap after install (88aa310)
  • 🔧 switch stale bot to GitHub Actions (d65177f)
  • 🙈 add .prettierignore (19a4a1e)
  • 🙈 ignore .gitattributes (0b7c327)
  • 🙈 ignore fixtures (6986697)
  • bump yargs-parser from 17.1.0 to 18.0.0 (346bbfe)

Features

  • ✨ configure webpack options with --env (751d3d7)

0.8.0 (2020-03-02)

Bug Fixes

Features

  • ✨ configure webpack options with --env (751d3d7)

0.7.1 (2020-02-25)

Bug Fixes

  • 📝 add CI badges (5cf2c88)
  • 🔧 add publish-canary (1d854bc)
  • 🔧 change publish to release (54b9c02)