Skip to content

Releases: hoverinc/hover-javascript

v7.4.1

07 Mar 20:32
c201582
Compare
Choose a tag to compare

7.4.1 (2023-03-07)

Bug Fixes

  • specify correct versions in engines package field (c201582)

v7.4.0

07 Mar 19:27
36d7066
Compare
Choose a tag to compare

7.4.0 (2023-03-07)

Features

  • deps: update dependency @swc/core to ^1.3.38 (42468f8)
  • deps: update dependency @types/which to ^2.0.2 (42cf1eb)
  • deps: update dependency commitizen to ^4.3.0 (85aab61)
  • deps: update dependency jest-watch-typeahead to ^2.2.2 (2e190db)

v7.3.0

07 Mar 19:06
1f67ca5
Compare
Choose a tag to compare

7.3.0 (2023-03-07)

Features

  • deps: update commitlint monorepo to ^17.4.4 (f821282)
  • deps: update eslint (65d5c06)
  • deps: update jest monorepo (190b3dc)

v7.2.0

28 Feb 20:51
b08c0ab
Compare
Choose a tag to compare

7.2.0 (2023-02-28)

Bug Fixes

  • config/eslint: update devDependencies exclusion to include .mjs (ffaf7e8)

Features

  • config/eslint: allow default exports in declaration, mocks, configuration (5e2c409)

v7.1.0

27 Feb 22:51
9a3be51
Compare
Choose a tag to compare

7.1.0 (2023-02-27)

Features

  • config/jest: disable diagnostics entirely when using ts-jest (9a3be51)

v7.0.1

27 Feb 22:29
567aaf9
Compare
Choose a tag to compare

7.0.1 (2023-02-27)

Bug Fixes

  • api/commit: update type definitions to reflect optional options in ls.dirs (33c2fcd)
  • config/jest: ensure ts-jest escape hatch works with latest ts-jest (6801d01)
  • scripts/commit-msg: prevent commitlint from ever type-checking configuration (b195b15)

v7.0.0

19 Jan 01:04
6f208dd
Compare
Choose a tag to compare

7.0.0 (2023-01-19)

Bug Fixes

  • api/test: forward ts-jest utils from ts-jest, remove mocked (56756f9)
  • config/jest: add jest-environment-jsdom as a dependency (c81409e)
  • config/jest: set ts-jest transform unconditionally (03df4f9)
  • remove skipLibCheck as it's no longer necessary (d2e9873)
  • scripts/pre-commit: don't fail when no related tests are found (12c307b)
  • test: add @swc/helpers (446707a)

Features

  • api/commit: add support for excluding directories in ls.dirs() (8648a39)
  • config/eslint: dissallow default exports in strict configuration (1fbee33)
  • config/jest: @swc/jest@swc-node/jest (supports tsconfig) (7627f06)
  • config/release: specify next as a pre-release channel as well (5ace598)
  • config/test: use @swc/jest as default Jest transform (bf86aac)
  • deps: update eslint (17e60e0)
  • deps: upgrade @swc-node/jest and @swc/core (a5d4057)
  • deps: upgrade all dependencies to latest (82d6fdd)
  • deps: upgrade commitlint (fcb02d2)
  • deps: upgrade Prettier to 2.8.1 (3f56e8a)
  • scripts/ci-after-success: use Semantic Release 19 (9e87c79)
  • scripts/test: upgrade Jest to 28.x (0c67b80)
  • scripts/test: upgrade Jest to 29.x (01dadec)
  • scripts/test: upgrade Jest to 29.x (955ea31)

BREAKING CHANGES

  • deps: potential breaking change as some upgrades were major
  • api/commit: ls.dirs() from api/commit now takes an options
    object as the second parameter instead of a prefix. If you're using
    a prefix you'll need to make the following change:
// Before
ls.dirs('./packages', 'my-prefix');

// After
ls.dirs('./packages', { prefix: 'my-prefix' });
  • api/commit: ls.dirs() now excludes node_modules directories
    by default. If for some reason you want to include `node_modules`,
    you'll need to explicitly set `exclude` to `null`:
// Before
ls.dirs('./packages');

// After
ls.dirs('./packages', { exclude: null });
  • config/test: @swc/jest is now the default Jest transform and
    ts-jest is no longer installed by default. To preserve the old transform
    behavior, install ts-jest as a `devDependency` in you project. ∙ BREAKING
    CHANGE: the `@hover/javascript/api/test` API has been removed as ts-jest
    is no longer installed by default. If you're still using ts-jest, import
    its helpers directly from ts-jest instead of the `/api/test` entrypoint.
  • scripts/test: upgrades Jest a major version (28 to 29)
  • scripts/test: Node 12 is no longer supported
  • scripts/test: upgrades Jest a major version (28 to 29)
  • scripts/test: Node 12 is no longer supported
  • config/release: the next branch will now be treated as pre-releases too
  • scripts/ci-after-success: using new major version of Semantic Release in ci-after-success
  • scripts/test: upgrades Jest a major version (27 to 28)
  • config/eslint: default exports are no longer allowed when using
    @hover/javascript/eslint/strict
  • api/test: api/test no longer exports mocked(), it's available
    at jest.mocked() now

v7.0.0-next.3

19 Jan 00:56
62e4012
Compare
Choose a tag to compare
v7.0.0-next.3 Pre-release
Pre-release

7.0.0-next.3 (2023-01-19)

Bug Fixes

  • config/jest: add jest-environment-jsdom as a dependency (c81409e)
  • remove skipLibCheck as it's no longer necessary (d2e9873)
  • scripts/pre-commit: don't fail when no related tests are found (12c307b)
  • scripts: move depcheck to main dep so other apps can use it (b284128)
  • test: add @swc/helpers (446707a)

Features

  • api/commit: add support for excluding directories in ls.dirs() (8648a39)
  • config/jest: @swc/jest@swc-node/jest (supports tsconfig) (7627f06)
  • config/test: use @swc/jest as default Jest transform (bf86aac)
  • deps: update dependency commitizen to ^4.2.6 (2547de7)
  • deps: update dependency mkdirp to ^1.0.4 (da73557)
  • deps: update eslint (17e60e0)
  • deps: update eslint (7a1d36a)
  • deps: upgrade @swc-node/jest and @swc/core (a5d4057)
  • deps: upgrade all dependencies to latest (82d6fdd)
  • deps: upgrade commitlint (fcb02d2)
  • deps: upgrade Prettier to 2.8.1 (3f56e8a)
  • scripts/test: upgrade Jest to 29.x (01dadec)

BREAKING CHANGES

  • deps: potential breaking change as some upgrades were major
  • api/commit: ls.dirs() from api/commit now takes an options
    object as the second parameter instead of a prefix. If you're using
    a prefix you'll need to make the following change:
// Before
ls.dirs('./packages', 'my-prefix');

// After
ls.dirs('./packages', { prefix: 'my-prefix' });
  • api/commit: ls.dirs() now excludes node_modules directories
    by default. If for some reason you want to include `node_modules`,
    you'll need to explicitly set `exclude` to `null`:
// Before
ls.dirs('./packages');

// After
ls.dirs('./packages', { exclude: null });
  • config/test: @swc/jest is now the default Jest transform and
    ts-jest is no longer installed by default. To preserve the old transform
    behavior, install ts-jest as a `devDependency` in you project. ∙ BREAKING
    CHANGE: the `@hover/javascript/api/test` API has been removed as ts-jest
    is no longer installed by default. If you're still using ts-jest, import
    its helpers directly from ts-jest instead of the `/api/test` entrypoint.
  • scripts/test: upgrades Jest a major version (28 to 29)
  • scripts/test: Node 12 is no longer supported

v7.0.0-beta.13

19 Jan 00:22
17ce718
Compare
Choose a tag to compare
v7.0.0-beta.13 Pre-release
Pre-release

7.0.0-beta.13 (2023-01-19)

Bug Fixes

  • scripts: move depcheck to main dep so other apps can use it (b284128)

Features

  • deps: update dependency commitizen to ^4.2.6 (2547de7)
  • deps: update dependency mkdirp to ^1.0.4 (da73557)
  • deps: update eslint (7a1d36a)

v7.0.0-beta.12

18 Jan 19:31
82d6fdd
Compare
Choose a tag to compare
v7.0.0-beta.12 Pre-release
Pre-release

7.0.0-beta.12 (2023-01-18)

Features

  • deps: upgrade all dependencies to latest (82d6fdd)

BREAKING CHANGES

  • deps: potential breaking change as some upgrades were major