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.2
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.3
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 4, 2022

  1. chore: bump dependencies

    Codex- committed Jan 4, 2022
    Copy the full SHA
    bdb9791 View commit details
  2. Release 1.0.3

    Codex- committed Jan 4, 2022
    Copy the full SHA
    d5ce8bb View commit details
Showing with 422 additions and 399 deletions.
  1. +7 −0 CHANGELOG.md
  2. +407 −391 package-lock.json
  3. +8 −8 package.json
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,8 +4,15 @@ 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.3](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/1.0.2...1.0.3)

- chore: bump dependencies [`bdb9791`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/bdb9791c159447cf3f1e3767e281c6717290de19)

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

> 22 December 2021
- Release 1.0.2 [`89f63b4`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/89f63b47f33d4a37a236ebce923efbbedefdc5c2)
- chore: lower npm version requirement. [`47403f7`](https://github.com/Codex-/cosmiconfig-typescript-loader/commit/47403f7c0ec77a7c0e93662911167ded6c3bf296)

#### [1.0.1](https://github.com/Codex-/cosmiconfig-typescript-loader/compare/1.0.0...1.0.1)
798 changes: 407 additions & 391 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosmiconfig-typescript-loader",
"version": "1.0.2",
"version": "1.0.3",
"description": "TypeScript loader for cosmiconfig",
"author": "Alex Miller <codex.nz@gmail.com>",
"license": "MIT",
@@ -40,18 +40,18 @@
"ts-node": "^10.4.0"
},
"devDependencies": {
"@types/jest": "^27.0.3",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"eslint": "^8.4.1",
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"eslint": "^8.6.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.4.4",
"jest": "^27.4.5",
"prettier": "^2.5.1",
"release-it": "^14.11.8",
"ts-jest": "^27.1.1",
"typescript": "^4.5.3"
"ts-jest": "^27.1.2",
"typescript": "^4.5.4"
},
"keywords": [
"cosmiconfig",