Skip to content

Releases: jr-codes/u

v1.0.4

28 Apr 13:21
Compare
Choose a tag to compare

1.0.4 (2022-04-28)

Bug Fixes

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

v1.0.3

28 Apr 13:02
Compare
Choose a tag to compare

1.0.3 (2022-04-28)

Bug Fixes

  • bump jest from 27.5.1 to 28.0.2 (3145381)

v1.0.2

20 Apr 05:38
Compare
Choose a tag to compare

1.0.2 (2022-04-20)

Note: Version bump only for package root

v1.0.1

28 Sep 04:39
Compare
Choose a tag to compare

1.0.1 (2021-09-28)

Note: Version bump only for package root

v0.11.3

28 Sep 04:27
Compare
Choose a tag to compare

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)

v0.11.2

14 Aug 19:28
Compare
Choose a tag to compare

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)

v0.11.1

31 Jan 21:08
Compare
Choose a tag to compare

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)

v0.11.0

25 Jan 03:28
Compare
Choose a tag to compare

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)

v0.10.0

11 Jan 04:58
Compare
Choose a tag to compare

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.

v0.9.4

11 Nov 14:44
Compare
Choose a tag to compare

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)