Skip to content

Commit fbea639

Browse files
committed
Release 4.4.0
1 parent 2256e98 commit fbea639

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,26 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [4.4.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/4.3.0...4.4.0)
8+
9+
- chore(deps): update all non-major dependencies [`#107`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/107)
10+
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 [`#104`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/104)
11+
- build(deps): bump vm2 from 3.9.17 to 3.9.18 [`#94`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/94)
12+
- build(deps): bump vm2 from 3.9.16 to 3.9.17 [`#92`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/92)
13+
- build(deps): bump vm2 from 3.9.15 to 3.9.16 [`#91`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/91)
14+
- build(deps): bump vm2 from 3.9.14 to 3.9.15 [`#90`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/90)
15+
- Revert to jest [`#83`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/83)
16+
- build(deps): bump cacheable-request from 10.2.5 to 10.2.7 [`#81`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/81)
17+
- chore(deps): lock file maintenance [`#72`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/72)
18+
- chore(deps): update vitest monorepo to ^0.28.0 [`#71`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/71)
19+
- test: rever to jest to test cjs/require things [`26e9bf4`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/26e9bf421029c1ccbfa13cc482f98bf72651998f)
20+
- chore(deps): update dependency esbuild to ^0.17.0 [`7a951f4`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/7a951f4b9325024d53cf51c8f4e751fec2f769fd)
21+
- test: use @swc instead of ts-jest [`8058bac`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/8058bac377d686984e57a4929f8effd3d354b9e4)
22+
723
#### [4.3.0](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/4.2.0...4.3.0)
824

25+
> 11 December 2022
26+
927
- chore(deps): lock file maintenance [`#58`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/58)
1028
- chore(deps): bump root dependencies in package. [`6e18a83`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/6e18a83ab6c3ab02bf86dc1411cf13ee32646680)
1129
- chore(deps): update dependency esbuild to ^0.16.0 [`82da489`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/82da4890bed9e026132510a0664694cecf91f1a9)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cosmiconfig-typescript-loader",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"description": "TypeScript loader for cosmiconfig",
55
"author": "Alex Miller <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)