Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Codex-/cosmiconfig-typescript-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.6
Choose a base ref
...
head repository: Codex-/cosmiconfig-typescript-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.7
Choose a head ref
Loading
Showing with 258 additions and 667 deletions.
  1. +19 −0 CHANGELOG.md
  2. +238 −666 package-lock.json
  3. +1 −1 package.json
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,9 +4,28 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [1.0.7](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/1.0.6...1.0.7)

- build(deps): bump minimist from 1.2.5 to 1.2.6 [`#23`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/23)
- build(deps-dev): bump eslint from 8.10.0 to 8.12.0 [`#22`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/22)
- build(deps-dev): bump release-it from 14.12.5 to 14.14.0 [`#21`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/21)
- build(deps): bump ts-node from 10.6.0 to 10.7.0 [`#20`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/20)
- build(deps-dev): bump ts-jest from 27.1.3 to 27.1.4 [`#19`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/19)
- build(deps-dev): bump prettier from 2.6.1 to 2.6.2 [`#18`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/18)
- build(deps-dev): bump eslint-config-prettier from 8.4.0 to 8.5.0 [`#17`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/17)
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.13.0 to 5.17.0 [`#16`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/16)
- build(deps-dev): bump prettier from 2.5.1 to 2.6.1 [`#15`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/15)
- build(deps-dev): bump eslint-config-airbnb-typescript from 16.1.0 to 16.2.0 [`#14`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/14)
- build(deps-dev): bump typescript from 4.6.2 to 4.6.3 [`#13`](https://github.com/Codex-/cosmiconfig-typescript-loader/pull/13)
- build(deps-dev): bump @typescript-eslint/eslint-plugin [`dba4512`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/dba4512322cf5245769acc1aa82a62584a138d94)
- build(deps-dev): bump eslint-config-airbnb-typescript [`a8b2134`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/a8b2134f19d655e9164088894d5e6b1c66be610c)

#### [1.0.6](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/1.0.5...1.0.6)

> 1 March 2022
- chore: bump dependencies [`7810d0d`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/7810d0d367ec8a5ae6b5e27dcb182b176714c7f7)
- Release 1.0.6 [`2d2bc6f`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/2d2bc6f3d35cbb8485f5b9b9a0183dd24622e76b)
- repo: remove extraneous install of npm 8. [`4ef1bd3`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/4ef1bd39be6e8f7f2b3fc604ee9726b0969524de)

#### [1.0.5](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/1.0.4...1.0.5)
Loading