All notable changes to this project will be documented in this file. See Convential Commits for commit guidelines.
2.5.2 (Thu Sep 28 2023)
- pin
lint-staged
to node14 compatible version 31d2ee6 - add --allowList and --allowLicenses to license-validate script (#21) a9529ef
2.5.1 (Wed Aug 09 2023)
- revert feat: switch from eslint-plugin-node to eslint-plugin-n [722cad9] 617f100
2.5.0 (Wed Aug 09 2023)
- add BlueOak-1.0.0 to allowed licenses (#20) f22f78f
- use license-checker directly instead of CLI a685321
- switch from eslint-plugin-node to eslint-plugin-n 722cad9
2.4.7 (Wed May 10 2023)
2.4.6 (Fri Apr 28 2023)
2.4.5 (Fri Apr 28 2023)
2.4.4 (Fri Apr 28 2023)
2.4.3 (Fri Apr 28 2023)
2.4.2 (Fri Apr 28 2023)
sofie-licensecheck
unable to findlicense-checker
with yarn3 (#16) abd0fa6- remove stray console.log 2480da3
2.4.1 (Sun Mar 26 2023)
sofie-version
support for yarn3 a5d81a8
2.4.0 (Tue Mar 14 2023)
- add
@sofie-automation/eslint-plugin
eslint rules 5dc8199
- sofie-version script failing in fresh repository 6528082
2.3.1 (Fri Feb 10 2023)
2.3.0 (Tue Jan 10 2023)
- require typescript 4.9 33790cb
2.2.0 (Fri Nov 11 2022)
- (updateVersion) override for lastTag 9ae1576
2.1.0 (Tue Oct 25 2022)
- update dependencies 3c2dc09
2.0.2 (2022-05-19)
2.0.1 (2022-04-20)
- allow node 18 (74f8aeb)
2.0.0 (2022-02-18)
- update minimum node version to "^14.18 || ^16.14"
- update minimum node version to "^14.18 || ^16.14" (5ae7495)
1.1.0 (2022-01-25)
1.0.0 (2022-01-18)
- update dependencies. expects typescript 4.5
- update dependencies. expects typescript 4.5 (5603563)
- Updated URLs to match the renamed repo (5f9abee)
0.5.1 (2021-12-17)
- allow 'Python-2.0' license (7b6f674)
0.5.0 (2021-11-01)
- re-add a newer version of husky as it doesn't autoinstall now
- remove husky as a dependency, as if installed it cannot be disabled which can cause problems
- re-add a newer version of husky as it doesn't autoinstall now (e3699b5)
- remove husky as a dependency, as if installed it cannot be disabled which can cause problems (44138b2)
- update eslint to v8 (dc4a44a)
0.4.2 (2021-06-17)
- allow variables whose name starts with an _ (561cd20)
0.4.1 (2021-05-28)
- add more keywords to blocked comments (0f7dabc)
0.4.0 (2021-05-28)
0.3.0 (2021-05-14)
- update license checker script to esm
0.2.5 (2021-04-28)
- allow Artistic-2.0 as it is MIT compatible (b490bd3)
0.2.4 (2021-02-19)
0.2.3 (2021-02-05)
0.2.2 (2021-01-12)
- '.d.ts' is a valid extension to include from ts files (f88345e)
0.2.1 (2020-12-14)
- add option to ignore certain packages which are false positives [publish] (be171ca)
- eslint: turn off no-use-before-define (33888b9)
- initial commit (f9b276a)
- update prettierrc (5fc0e03)
- [publish] don't need to re-expose the binaries (bdea359)
- add back a wrapper script to abstract the checker lib from library consumers [publish] (a6acca8)
- ignore the package it is being run for, and add command to output a full report [publish] (e818db8)
- node 10 minimum + TS 4.0 + readme (ae6db75)
- prettier eslint config (57b2f9f)
- remove typescript rules for js files (67becbb)
- some js linting (301818c)
- suggested updates to readme based on some experience (b6a8b7e)
- use license-checker instead of legally (f1a59ac)